]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
add separator above "All desktops"
[chaz/openbox] / openbox / screen.c
index ac0889bf3b7cbc4bd6bbe90f3309eab9d07f1c7a..f80f0c2dcbbc2812972fd68fc82ce0733d6a07f4 100644 (file)
@@ -67,6 +67,7 @@ static gboolean replace_wm()
 
     wm_sn = g_strdup_printf("WM_S%d", ob_screen);
     wm_sn_atom = XInternAtom(ob_display, wm_sn, FALSE);
+    g_free(wm_sn);
 
     current_wm_sn_owner = XGetSelectionOwner(ob_display, wm_sn_atom);
     if (current_wm_sn_owner) {
This page took 0.020136 seconds and 4 git commands to generate.