From dac613a8bbefea25036b159d50e8b7955693543c Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 6 Feb 2022 18:37:11 +0100 Subject: [PATCH] MoodbarPipeline: Use g_free --- src/moodbar/moodbarpipeline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/moodbar/moodbarpipeline.cpp b/src/moodbar/moodbarpipeline.cpp index e9cc858e1..b731f3655 100644 --- a/src/moodbar/moodbarpipeline.cpp +++ b/src/moodbar/moodbarpipeline.cpp @@ -127,7 +127,7 @@ void MoodbarPipeline::ReportError(GstMessage *msg) { QString message = QString::fromLocal8Bit(error->message); g_error_free(error); - free(debugs); + g_free(debugs); qLog(Error) << "Error processing" << local_filename_ << ":" << message;