fixed widget deallocation.

This commit is contained in:
Antonio Carzaniga 2019-07-29 22:49:39 +02:00
parent 2c9348be56
commit b519b83bd3

View File

@ -398,7 +398,6 @@ int main (int argc, const char *argv[]) {
gtk_main();
gtk_widget_destroy(window);
destroy_graphics();
free(balls);