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;