mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-20 21:00:46 +01:00
Transcoder: Use g_free
This commit is contained in:
parent
848e41919d
commit
2211508061
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user