]> Dogcows Code - chaz/openbox/blobdiff - openbox/popup.c
bugfix
[chaz/openbox] / openbox / popup.c
index a52a23dbe4e67ad5d7c781447aa34c41dad7e043..590c294666753c98ccd81a0b487f195029bef99a 100644 (file)
@@ -185,7 +185,6 @@ void popup_delay_show(ObPopup *self, gulong usec, gchar *text)
 
     if (self->textw)
         textw = self->textw;
-    else
 
     iconx = textx = l + ob_rr_theme->paddingx;
 
@@ -282,6 +281,8 @@ void popup_delay_show(ObPopup *self, gulong usec, gchar *text)
             popup_show_timeout(self);
         }
     }
+
+    g_free(area);
 }
 
 void popup_hide(ObPopup *self)
This page took 0.020379 seconds and 4 git commands to generate.