diff options
Diffstat (limited to 'battstat/battstat_applet.c')
-rw-r--r-- | battstat/battstat_applet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/battstat/battstat_applet.c b/battstat/battstat_applet.c index 189443f2..e951c71c 100644 --- a/battstat/battstat_applet.c +++ b/battstat/battstat_applet.c @@ -748,6 +748,7 @@ destroy_applet( GtkWidget *widget, ProgressData *battstat ) g_object_unref( G_OBJECT(battstat->status) ); g_object_unref( G_OBJECT(battstat->percent) ); + g_object_unref (battstat->settings); static_global_teardown (battstat); |