mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
adjust comment to reflect know issue
This commit is contained in:
parent
f445a391b7
commit
d6eb6d02e2
1 changed files with 1 additions and 1 deletions
|
@ -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()));
|
||||
|
||||
|
|
Loading…
Reference in a new issue