Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Commit f987f4f

Browse files
committed
fix: crashing media player
Closes #486
1 parent 6721bf8 commit f987f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/media_player/sources/utils_mediaplayer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ void MediaPlayerUtilsWorker::generateImagesReply() {
210210
emit processingDone(QColor("black"), QImage());
211211
}
212212

213-
delete m_reply;
213+
m_reply->deleteLater();
214214
m_reply = nullptr;
215215
qCDebug(CLASS_LC()) << this << "Network reply deleted";
216216
}

0 commit comments

Comments
 (0)