]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
free the startup stacking order after using it
[chaz/openbox] / 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.022429 seconds and 4 git commands to generate.