Fixed TaskScheduler not resetting impl pointer

Former-commit-id: fdd46cdbce5b876fbb286439ccfc96f1f98ac4fe
This commit is contained in:
Lynix 2012-12-08 21:52:50 +01:00
parent dc9f202155
commit 4dc1d88f7b
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ void NzTaskScheduler::Uninitialize()
} }
delete s_impl; delete s_impl;
s_impl = nullptr;
} }
} }