emotion: fix memory leak.

SVN revision: 62350
This commit is contained in:
Cedric BAIL 2011-08-11 12:13:51 +00:00
parent 0fad5661b0
commit 126c3d5cec
1 changed files with 2 additions and 0 deletions

View File

@ -1480,6 +1480,8 @@ _eos_sync_fct(GstBus *bus, GstMessage *msg, gpointer data)
break;
}
gst_message_unref(msg);
return GST_BUS_DROP;
}