Bug 30269

Summary: leak in vt_thread_start(): thread_data_free is() called after g_gthread_exit()
Product: ConsoleKit Reporter: Michael Biebl <mbiebl>
Component: DaemonAssignee: william.jon.mccann
Status: NEW --- QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Michael Biebl 2010-09-19 15:04:50 UTC
in src/ck-vt-monitor.c:vt_thread_start()
we call g_thread_exit (NULL) *before* thread_data_free (data). So this function is never called

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.