mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
fix segfault when about dialog is closed
This commit is contained in:
@@ -302,7 +302,7 @@ void applet_about(BonoboUIComponent * uic)
|
||||
|
||||
g_signal_connect (about_apparmor_applet, "destroy",
|
||||
G_CALLBACK (gtk_widget_destroyed),
|
||||
&about_apparmor_applet);
|
||||
NULL);
|
||||
|
||||
gtk_widget_show(about_apparmor_applet);
|
||||
}
|
||||
|
Reference in New Issue
Block a user