From 8addeae87b21b0460bdf9ed39a378ff0bc497984 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 29 Jun 2024 09:52:23 +0200 Subject: [PATCH] nlecomposition: Don't leak message Part-of: --- subprojects/gst-editing-services/plugins/nle/nlecomposition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-editing-services/plugins/nle/nlecomposition.c b/subprojects/gst-editing-services/plugins/nle/nlecomposition.c index 09c2580163..eb6f7688b8 100644 --- a/subprojects/gst-editing-services/plugins/nle/nlecomposition.c +++ b/subprojects/gst-editing-services/plugins/nle/nlecomposition.c @@ -1076,7 +1076,7 @@ nle_composition_handle_message (GstBin * bin, GstMessage * message) g_atomic_rc_box_release (q); - return; + goto drop; } else if (gst_structure_has_name (structure, QUERY_PIPELINE_POSITION_STRUCT_NAME)) { NleCompositionQueryPipelinePosition *q;