GNOME Bugzilla – Bug 481374
stream not getting unref'd
Last modified: 2007-09-30 06:37:32 UTC
I could be wrong about this, but in link_unblocked_cb (in backends/gstreamer/rb-player-gst-xfade.c), the stream parameter should be unreferenced before the function exits, since a reference is added before the function is called. In the case where the function is called twice, it exits without calling g_object_unref. Since I can't reproduce the situation in which link_unblocked_cb is being called twice, I can't tell if I'm right, but I thought someone might like to know.
Created attachment 96335 [details] [review] This would fix it, if necessary.
I don't know how to reproduce this either, but the patch appears correct to me, so I've committed it. Thanks.