mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
one more fix for #1002
This commit is contained in:
@@ -96,6 +96,7 @@ void ActiveDispatcher::run()
|
|||||||
ActiveRunnableBase::Ptr pRunnable = pMethodNf->runnable();
|
ActiveRunnableBase::Ptr pRunnable = pMethodNf->runnable();
|
||||||
pRunnable->duplicate(); // run will release
|
pRunnable->duplicate(); // run will release
|
||||||
pRunnable->run();
|
pRunnable->run();
|
||||||
|
pRunnable = 0;
|
||||||
pNf = 0;
|
pNf = 0;
|
||||||
pNf = _queue.waitDequeueNotification();
|
pNf = _queue.waitDequeueNotification();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user