gstdepay: fix small leak
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 1 Nov 2012 18:42:24 +0000 (18:42 +0000)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 1 Nov 2012 18:42:24 +0000 (18:42 +0000)
gst/rtp/gstrtpgstdepay.c

index 9bc5d45..d9220ac 100644 (file)
@@ -294,6 +294,7 @@ too_small:
 unknown_event:
   {
     GST_DEBUG_OBJECT (rtpgstdepay, "unknown event type");
+    gst_structure_free (s);
     return NULL;
   }
 }