Commit 231fa922 by Ignacio Etcheverry

AudioServer: Set singleton to NULL when destructed

parent 5f15f03d
......@@ -1012,6 +1012,7 @@ AudioServer::AudioServer() {
AudioServer::~AudioServer() {
memdelete(audio_data_lock);
singleton = NULL;
}
/////////////////////////////////
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment