gstdepay: fix small leak

This commit is contained in:
Wim Taymans 2012-11-01 18:42:24 +00:00
parent 08e5a197b4
commit 05232c55a5

View file

@ -294,6 +294,7 @@ too_small:
unknown_event:
{
GST_DEBUG_OBJECT (rtpgstdepay, "unknown event type");
gst_structure_free (s);
return NULL;
}
}