From d6eb6d02e2218bcc04f783e69ee03320df23634a Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Wed, 15 Jan 2014 15:21:48 -0800 Subject: [PATCH] adjust comment to reflect know issue --- libraries/shared/src/GenericThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/shared/src/GenericThread.cpp b/libraries/shared/src/GenericThread.cpp index 55fe2b0f38..090896b071 100644 --- a/libraries/shared/src/GenericThread.cpp +++ b/libraries/shared/src/GenericThread.cpp @@ -28,7 +28,7 @@ void GenericThread::initialize(bool isThreaded) { // when the worker thread is started, call our engine's run.. connect(_thread, SIGNAL(started()), this, SLOT(threadRoutine())); - // when the thread is terminated, add both scriptEngine and thread to the deleteLater queue + // XXXBHG: this is a known memory leak/thread leak. I will fix this shortly. //connect(this, SIGNAL(finished()), this, SLOT(deleteLater())); //connect(_thread, SIGNAL(finished()), _thread, SLOT(deleteLater()));