From b7828d237b9697e6eaf8524cc9a0d6f20c155b6d Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 26 Jul 2024 16:00:11 +0200 Subject: [PATCH] nlecomposition: Don't leak QoS events 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 4805a70578..20d35c56a5 100644 --- a/subprojects/gst-editing-services/plugins/nle/nlecomposition.c +++ b/subprojects/gst-editing-services/plugins/nle/nlecomposition.c @@ -2072,7 +2072,7 @@ nle_composition_event_handler (GstPad * ghostpad, GstObject * parent, || comp->priv->waiting_serialized_query_or_buffer) { GST_INFO_OBJECT (comp, "QoS event while setting up new stack... discarding"); - + gst_event_unref (event); goto beach; }