one more fix for #1002

This commit is contained in:
Guenter Obiltschnig
2016-02-29 19:12:21 +01:00
parent ce4fbe9928
commit c4c9bcb034

View File

@@ -96,6 +96,7 @@ void ActiveDispatcher::run()
ActiveRunnableBase::Ptr pRunnable = pMethodNf->runnable();
pRunnable->duplicate(); // run will release
pRunnable->run();
pRunnable = 0;
pNf = 0;
pNf = _queue.waitDequeueNotification();
}