From 719427a5a8005a7a807a24649d9ef518120808f3 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Thu, 7 Sep 2017 18:01:39 +0100 Subject: [PATCH] fix_image_source_memory_leak Gbp-Pq: Name fix_image_source_memory_leak.patch --- src/quick/scenegraph/qsgthreadedrenderloop.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/quick/scenegraph/qsgthreadedrenderloop.cpp b/src/quick/scenegraph/qsgthreadedrenderloop.cpp index 3a8e673c0..d28a73da2 100644 --- a/src/quick/scenegraph/qsgthreadedrenderloop.cpp +++ b/src/quick/scenegraph/qsgthreadedrenderloop.cpp @@ -553,6 +553,7 @@ void QSGRenderThread::sync(bool inExpose) if (d->renderer) d->renderer->clearChangedFlag(); d->syncSceneGraph(); + sgrc->endSync(); if (!hadRenderer && d->renderer) { qCDebug(QSG_LOG_RENDERLOOP) << QSG_RT_PAD << "- renderer was created"; syncResultedInChanges = true; -- 2.30.2