Fixed TaskScheduler not resetting impl pointer
Former-commit-id: fdd46cdbce5b876fbb286439ccfc96f1f98ac4fe
This commit is contained in:
parent
dc9f202155
commit
4dc1d88f7b
|
|
@ -111,6 +111,7 @@ void NzTaskScheduler::Uninitialize()
|
||||||
}
|
}
|
||||||
|
|
||||||
delete s_impl;
|
delete s_impl;
|
||||||
|
s_impl = nullptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue