After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 630439 - clock: fix racy shutdown clock id leak
clock: fix racy shutdown clock id leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other All
: Normal normal
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-23 17:25 UTC by Håvard Graff (hgr)
Modified: 2010-09-23 19:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.27 KB, patch)
2010-09-23 17:25 UTC, Håvard Graff (hgr)
committed Details | Review

Description Håvard Graff (hgr) 2010-09-23 17:25:45 UTC
Created attachment 170937 [details] [review]
patch

Clock IDs were leaked if the clock got disposed before the worker thread
got a chance to reap unscheduled entries.
Comment 1 Sebastian Dröge (slomo) 2010-09-23 19:54:36 UTC
commit a95eacb56a5f6c4734ee232722f533fdfd9f5911
Author: Trond Andersen <trond.andersen@tandberg.com>
Date:   Tue Jan 12 17:10:59 2010 +0100

    clock: fix racy shutdown clock id leak
    
    Clock IDs were leaked if the clock got disposed before the worker thread
    got a chance to reap unscheduled entries.
    
    Fixes bug #630439.