From: Julien Moutte Date: Tue, 17 Feb 2004 11:06:51 +0000 (+0000) Subject: sys/: Fix a possible SHM leak if we crash. All other apps using XShm are doing that. X-Git-Tag: 1.19.3~505^2~3869 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db9ff980d2725c8a051107ef73dfd10d4b1d26be;p=platform%2Fupstream%2Fgstreamer.git sys/: Fix a possible SHM leak if we crash. All other apps using XShm are doing that. Original commit message from CVS: 2004-02-17 Julien MOUTTE * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a possible SHM leak if we crash. All other apps using XShm are doing that. --- diff --git a/ChangeLog b/ChangeLog index 8c571fc..492666a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-02-17 Julien MOUTTE + + * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new): + * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a + possible SHM leak if we crash. All other apps using XShm are doing + that. + 2004-02-17 Julien MOUTTE * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),