one more fix for #1002

This commit is contained in:
Guenter Obiltschnig 2016-02-29 19:12:21 +01:00
parent 8f3616c55c
commit f83d759890

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();
}