GNOME Bugzilla – Bug 339808
[patch] mem-leak of bin in gstbin.c
Last modified: 2006-04-28 13:05:11 UTC
gst_bin_handle_message_func can leak the bin refcount
Created attachment 64319 [details] [review] fix ref-leak
Created attachment 64328 [details] [review] updated patch well spotted, indeed. Even better is the updated patch as it avoids a _ref/_unref.
Patch by: Stefan Kost <ensonic at sonicpulse dot de> * gst/gstbin.c: (gst_bin_handle_message_func): Update docs. Don't leak bin refcount when a state recalc is in progress and we delay another one #339808.