From cb83f2a1cfa897df22e7ab119fe531276f9459a6 Mon Sep 17 00:00:00 2001 From: Jaakko Keranen Date: Mon, 2 Nov 2020 19:53:10 +0200 Subject: Fixed potential crash at app shutdown Delete garbage collected widgets in Window deinitialization. Widgets should not continue to exist if there is no Window. --- src/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 2f9eda0e..e2c2cc83 100644 --- a/src/main.c +++ b/src/main.c @@ -59,7 +59,6 @@ int main(int argc, char **argv) { return -1; } run_App(argc, argv); - iRecycle(); SDL_Quit(); #if defined (LAGRANGE_ENABLE_MPG123) mpg123_exit(); -- cgit v1.2.3