sys/: Correctly chain up finalize with the parent class to prevent memory leaks....
authorRené Stadler <mail@renestadler.de>
Sun, 9 Sep 2007 10:25:43 +0000 (10:25 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Sun, 9 Sep 2007 10:25:43 +0000 (10:25 +0000)
commita011ad5aee73beb561faa7c0a520b87d54c20728
tree36546d2f7264048219578d76ea7a1eb0512851fd
parent6fa7788c5d7ca3ac781cd3e13595cf8ef7ae351c
sys/: Correctly chain up finalize with the parent class to prevent memory leaks. Fixes #474880.

Original commit message from CVS:
Patch by: René Stadler <mail at renestadler dot de>
* sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
(gst_ximage_buffer_class_init):
* sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
(gst_xvimage_buffer_class_init):
Correctly chain up finalize with the parent class to prevent
memory leaks. Fixes #474880.
ChangeLog
sys/ximage/ximagesink.c
sys/xvimage/xvimagesink.c