Fix segmentation fault on shutdown
This commit is contained in:
@@ -33,6 +33,7 @@ void App::NormalOperation() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void App::Shutdown() {
|
void App::Shutdown() {
|
||||||
mController.reset();
|
|
||||||
mSerializer.SerializeFans(mFans);
|
mSerializer.SerializeFans(mFans);
|
||||||
|
mFans.clear();
|
||||||
|
mController.reset();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user