Bug 57178 - condition variable resource leak
Summary: condition variable resource leak
Status: RESOLVED MOVED
Alias: None
Product: XCB
Classification: Unclassified
Component: Library (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: xcb mailing list dummy
QA Contact: xcb mailing list dummy
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-16 05:50 UTC by seanb
Modified: 2019-02-16 19:40 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.