diff options
author | Alessandro Decina <alessandro@nnva.org> | 2008-07-07 13:22:26 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-07-07 13:22:26 +0000 |
commit | 229f3b295a58926a24be1874c0cdefefc182d920 (patch) | |
tree | 18651c87d1346f9590b5b1e72b4587269c7e233f /ChangeLog | |
parent | 31ce2b47c6c79757f1db698d1890fdd9a92fb55b (diff) | |
download | gstreamer-plugins-bad-229f3b295a58926a24be1874c0cdefefc182d920.tar.gz |
gst/mpegtsparse/mpegtsparse.c: Fix memory leak by unreffing structures when not needed.
Original commit message from CVS:
patch by: Alessandro Decina
* gst/mpegtsparse/mpegtsparse.c:
Fix memory leak by unreffing structures when not needed.
Fixes #539292.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-07-07 Zaheer Abbas Merali <zaheerabbas at merali dot org> + + patch by: Alessandro Decina + + * gst/mpegtsparse/mpegtsparse.c: + Fix memory leak by unreffing structures when not needed. + Fixes #539292. + 2008-07-07 Stefan Kost <ensonic@users.sf.net> * gst/sdp/gstsdpdemux.c: |