Bug 30269 - leak in vt_thread_start(): thread_data_free is() called after g_gthread_exit()
Summary: leak in vt_thread_start(): thread_data_free is() called after g_gthread_exit()
Status: NEW
Alias: None
Product: ConsoleKit
Classification: Unclassified
Component: Daemon (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: william.jon.mccann
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-19 15:04 UTC by Michael Biebl
Modified: 2010-09-19 15:04 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.