diff --git a/src/window.c b/src/window.c index f55bd00..b23207d 100644 --- a/src/window.c +++ b/src/window.c @@ -148,6 +148,7 @@ static void _flashlightwindow_on_about(gpointer data) desktop_about_dialog_set_version(dialog, VERSION); desktop_about_dialog_set_website(dialog, "http://www.defora.org/"); gtk_dialog_run(GTK_DIALOG(dialog)); + gtk_widget_destroy(dialog); }