mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
gstdepay: fix small leak
This commit is contained in:
parent
08e5a197b4
commit
05232c55a5
1 changed files with 1 additions and 0 deletions
|
@ -294,6 +294,7 @@ too_small:
|
|||
unknown_event:
|
||||
{
|
||||
GST_DEBUG_OBJECT (rtpgstdepay, "unknown event type");
|
||||
gst_structure_free (s);
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue