mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-17 23:23:47 +02:00
one more fix for #1002
This commit is contained in:
parent
8f3616c55c
commit
f83d759890
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user