fix segfault on app close

This commit is contained in:
Matthew Bellew
2018-05-13 23:22:37 -07:00
parent de10c4427a
commit 33110d0908

View File

@ -107,6 +107,7 @@ int main(int argc, char *argv[]) {
last_time = SDL_GetTicks();
}
app->endAudioCapture();
delete app;
return PROJECTM_SUCCESS;