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 164708 - [PATCH] EffectTV/Quark freed data in wrong place
[PATCH] EffectTV/Quark freed data in wrong place
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.7
Other Linux
: Normal normal
: 0.8.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-20 15:21 UTC by Edward Hervey
Modified: 2005-01-25 12:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to correct problem (1.35 KB, patch)
2005-01-20 15:22 UTC, Edward Hervey
none Details | Review

Description Edward Hervey 2005-01-20 15:21:29 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.
Comment 1 Edward Hervey 2005-01-20 15:22:32 UTC
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.
Comment 2 Ronald Bultje 2005-01-25 12:16:18 UTC
Applied, thanks.