diff --git a/src/transcoder/transcoder.cpp b/src/transcoder/transcoder.cpp index 594f7cc27..433f91c66 100644 --- a/src/transcoder/transcoder.cpp +++ b/src/transcoder/transcoder.cpp @@ -403,7 +403,7 @@ void Transcoder::JobState::ReportError(GstMessage *msg) const { QString message = QString::fromLocal8Bit(error->message); g_error_free(error); - free(debugs); + g_free(debugs); emit parent_->LogLine(tr("Error processing %1: %2").arg(QDir::toNativeSeparators(job_.input), message));