From: cedric Date: Thu, 11 Aug 2011 12:13:51 +0000 (+0000) Subject: emotion: fix memory leak. X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~196 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10f9184c82aad3e689b70c8ad332b8d3e446c994;p=profile%2Fivi%2Femotion.git emotion: fix memory leak. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@62350 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/modules/gstreamer/emotion_gstreamer.c b/src/modules/gstreamer/emotion_gstreamer.c index a5654c9..e65d822 100644 --- a/src/modules/gstreamer/emotion_gstreamer.c +++ b/src/modules/gstreamer/emotion_gstreamer.c @@ -1480,6 +1480,8 @@ _eos_sync_fct(GstBus *bus, GstMessage *msg, gpointer data) break; } + gst_message_unref(msg); + return GST_BUS_DROP; }