mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-03 22:15:22 +00:00
fix segfault on app close
This commit is contained in:
@ -107,6 +107,7 @@ int main(int argc, char *argv[]) {
|
||||
last_time = SDL_GetTicks();
|
||||
}
|
||||
|
||||
app->endAudioCapture();
|
||||
delete app;
|
||||
|
||||
return PROJECTM_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user