diff --git a/src/main.c b/src/main.c index 464bf4d..a015fea 100644 --- a/src/main.c +++ b/src/main.c @@ -255,10 +255,6 @@ int main (int argc, char *argv[]) if (timeout > 0) g_source_remove (timeout); - g_object_unref (window); - g_object_unref (status_icon); - g_object_unref (task_manager); - g_object_unref (settings); return 0; }