summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2006-01-10 12:38:59 +0000
committerMichael Smith <msmith@xiph.org>2006-01-10 12:38:59 +0000
commit8a44792254d5e124cf70398bc65ff93b05e164aa (patch)
treecabca3c4669a3fc9a9a7505408e8790a73682a70 /ChangeLog
parent9b94e38300ef023c12e66aa4df0efa1a8911a92c (diff)
gst/level/gstlevel.c: Don't leak filter arrays.
Original commit message from CVS: * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_dispose): Don't leak filter arrays.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5c99492..248d0f1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-10 Michael Smith <msmith@fluendo.com>
+
+ * gst/level/gstlevel.c: (gst_level_class_init),
+ (gst_level_dispose):
+ Don't leak filter arrays.
+
2006-01-09 Brian Cameron <brian.cameron@sun.com>
reviewed by: Christian Schaller <uraeus@gnome.org>