summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-01-19 14:53:58 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-19 14:53:58 +0000
commita3b9fddd779edbebc29815f8ff585ea19e83019e (patch)
tree1a0bb23a5af50c53b209b044f59b78e54b0dcca5 /ChangeLog
parent505878c02260a9afea804bd9a8c3e757a8856570 (diff)
gst/wavparse/gstwavparse.c: Set variable to NULL after freeing it to prevent double frees or make failures by another...
Original commit message from CVS: Based on a patch by: Victor STINNER <victor dot stinner at haypocalc dot com> * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers): Set variable to NULL after freeing it to prevent double frees or make failures by another use of it afterwards more obvious and fix use of it after the freeing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f4d8a7d..3aa94c96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-01-19 Sebastian Dröge <slomo@circular-chaos.org>
+
+ Based on a patch by:
+ Victor STINNER <victor dot stinner at haypocalc dot com>
+
+ * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
+ Set variable to NULL after freeing it to prevent double frees
+ or make failures by another use of it afterwards more obvious
+ and fix use of it after the freeing.
+
2008-01-18 Thijs Vermeir <thijsvermeir@gmail.com>
* gst/udp/gstmultiudpsink.c: