summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-02-12 11:14:36 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-02-12 11:14:36 +0000
commitbb3b6569eaaf37e6ff5a2cfa19e4c2d67277bce5 (patch)
tree2135008c6ef75291fe25c78dc51176f3d18f95af /ChangeLog
parent45e319e4c189a69ed29d9422626423759cb92ced (diff)
sys/ximage/ximageutil.c: Chain up in the finalize function for our custom buffer sub-class.
Original commit message from CVS: * sys/ximage/ximageutil.c: Chain up in the finalize function for our custom buffer sub-class. Patch by: Sebastian Dröge <slomo@circular-chaos.org> Fixes: #515706
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a40f9b25..df53d540 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
+
+ * sys/ximage/ximageutil.c:
+ Chain up in the finalize function for our custom
+ buffer sub-class.
+ Patch by: Sebastian Dröge <slomo@circular-chaos.org>
+ Fixes: #515706
+
2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
* gst/debug/efence.c: (gst_fenced_buffer_finalize),
@@ -8,7 +16,7 @@
* sys/ximage/gstximagesrc.c:
Free allocated Damage memory before closing our connection to the
- X server. Fixes: #515706
+ X server. Partially fixes: #515706
2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>