GNOME Bugzilla – Bug 630439
clock: fix racy shutdown clock id leak
Last modified: 2010-09-23 19:54:39 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.
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.