GNOME Bugzilla – Bug 164708
[PATCH] EffectTV/Quark freed data in wrong place
Last modified: 2005-01-25 12:16:18 UTC
QuarkTV was freeing some data in GST_STATE_PAUSED_TO_READY which was still being used in subsequent runs without being re-malloced. This caused segfaults.
Created attachment 36299 [details] [review] Patch to correct problem The attached patch corrects the problem by only unrefing in GST_STATE_PAUSED_TO_READY and really freeing the data in dispose.
Applied, thanks.