mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
set global system pointer to null in MySystem::dispose in windows.cpp
This commit is contained in:
parent
01cc868797
commit
88a1faa2a2
@ -721,6 +721,7 @@ class MySystem: public System {
|
||||
}
|
||||
|
||||
virtual void dispose() {
|
||||
system = 0;
|
||||
CloseHandle(mutex);
|
||||
::free(this);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user