Bug 57178

Summary: condition variable resource leak
Product: XCB Reporter: seanb
Component: LibraryAssignee: xcb mailing list dummy <xcb>
Status: RESOLVED MOVED QA Contact: xcb mailing list dummy <xcb>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description seanb 2012-11-16 05:50:46 UTC
in _xcb_out_init() there's:

pthread_cond_init(&out->socket_cond, 0);

There's no corresponding pthread_cond_destroy(&out->socket_cond) in
_xcb_out_destroy().
Comment 1 GitLab Migration User 2019-02-16 19:40:23 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/lib/libxcb/issues/8.

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.