diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-10-03 09:11:16 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-10-03 09:11:16 +0000 |
commit | 67030c152bdaae04c9cb92cd5ef323454047b835 (patch) | |
tree | a02ab13325a54958fc31ea9d258598d9b5aeab53 /ChangeLog | |
parent | 2d9d036a18f1d9aa8c5348a570168cdc87ab8642 (diff) | |
download | gst-plugins-bad-67030c152bdaae04c9cb92cd5ef323454047b835.tar.gz gst-plugins-bad-67030c152bdaae04c9cb92cd5ef323454047b835.tar.bz2 gst-plugins-bad-67030c152bdaae04c9cb92cd5ef323454047b835.zip |
gst/mpegtsparse/mpegtsparse.c: Fix possible crash where pat is pointing to a freed structure.
Original commit message from CVS:
* gst/mpegtsparse/mpegtsparse.c:
Fix possible crash where pat is pointing to a freed structure.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-10-03 Zaheer Abbas Merali <zaheerabbas at merali dot org> + + * gst/mpegtsparse/mpegtsparse.c: + Fix possible crash where pat is pointing to a freed structure. + 2008-10-03 Stefan Kost <ensonic@users.sf.net> * ext/metadata/metadata_mapping.htm: |