mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
nlecomposition: Don't leak message
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7120>
This commit is contained in:
parent
2d38c289f6
commit
ef53d8c7b7
1 changed files with 1 additions and 1 deletions
|
@ -1076,7 +1076,7 @@ nle_composition_handle_message (GstBin * bin, GstMessage * message)
|
||||||
|
|
||||||
g_atomic_rc_box_release (q);
|
g_atomic_rc_box_release (q);
|
||||||
|
|
||||||
return;
|
goto drop;
|
||||||
} else if (gst_structure_has_name (structure,
|
} else if (gst_structure_has_name (structure,
|
||||||
QUERY_PIPELINE_POSITION_STRUCT_NAME)) {
|
QUERY_PIPELINE_POSITION_STRUCT_NAME)) {
|
||||||
NleCompositionQueryPipelinePosition *q;
|
NleCompositionQueryPipelinePosition *q;
|
||||||
|
|
Loading…
Reference in a new issue