]> Dogcows Code - chaz/openbox/commitdiff
free the startup stacking order after using it
authorDana Jansens <danakj@orodu.net>
Tue, 25 Mar 2003 00:44:27 +0000 (00:44 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 25 Mar 2003 00:44:27 +0000 (00:44 +0000)
openbox/client.c

index 6d32c407e99a7f724385df172b05d2cb2cfb51e8..b1655eee8fc28849e68d18e3b09d06e42d9b1e7a 100644 (file)
@@ -131,6 +131,9 @@ void client_manage_all()
         c = g_hash_table_lookup(client_map, &w);
         if (c) stacking_lower(c);
     }
+    g_free(client_startup_stack_order);
+    client_startup_stack_order = NULL;
+    client_startup_stack_size = 0;
 }
 
 void client_manage(Window window)
This page took 0.026322 seconds and 4 git commands to generate.