From: Debian Qt/KDE Maintainers Date: Thu, 7 Sep 2017 17:01:39 +0000 (+0100) Subject: fix_image_source_memory_leak X-Git-Tag: archive/raspbian/5.9.1-6+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=719427a5a8005a7a807a24649d9ef518120808f3;p=qtdeclarative-opensource-src.git fix_image_source_memory_leak Gbp-Pq: Name fix_image_source_memory_leak.patch --- 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;