diff options
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/place.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/place.c b/openbox/place.c index 76aa3877..95763d06 100644 --- a/openbox/place.c +++ b/openbox/place.c @@ -175,6 +175,8 @@ static gint area_cmp(gconstpointer p1, gconstpointer p2, gpointer data) if (num[i] > num[most]) most = i; + g_free(num); + a = screen_physical_area_monitor(most); if (RECT_CONTAINS(*a, a1->x, a1->y)) return -1; |
