Skip to content

Commit

Permalink
free(): corrupted unsorted chunks fixed on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald1973 committed Jan 24, 2021
1 parent 6a07350 commit c0c8703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Micro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ int main(int argv, char **args) {
}
}
SDL_DetachThread(thread1);
delete soundDataInOut;
SDL_DestroyRenderer(renderer);
SDL_DestroyWindow(pWindow);
SDL_DestroyRenderer(renderer);
SDL_Quit();
SDLUtils::getInstance()->destroy();
delete soundDataInOut;
}
return 0;
}

0 comments on commit c0c8703

Please sign in to comment.