[Xcb] [Bug 57178] New: condition variable resource leak

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Nov 15 21:50:46 PST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=57178

          Priority: medium
            Bug ID: 57178
          Assignee: xcb at lists.freedesktop.org
           Summary: condition variable resource leak
        QA Contact: xcb at lists.freedesktop.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: seanb at qnx.com
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: Library
           Product: XCB

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().

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/xcb/attachments/20121116/e177588a/attachment.html>


More information about the Xcb mailing list