X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fextensions.c;h=967424f489e3b10447dbc57684cb8c861dfad3ab;hb=a488360f48abbfd6e67576a1844d792b28e6065c;hp=4807528eb7efa3114db5d1fab0454bd013888208;hpb=d9f14c1d010860e658f4a9adc6682e0264b410aa;p=chaz%2Fopenbox diff --git a/openbox/extensions.c b/openbox/extensions.c index 4807528e..967424f4 100644 --- a/openbox/extensions.c +++ b/openbox/extensions.c @@ -2,7 +2,7 @@ extensions.c for the Openbox window manager Copyright (c) 2006 Mikael Magnusson - Copyright (c) 2003 Ben Jansens + Copyright (c) 2003-2007 Dana Jansens This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -75,6 +75,7 @@ void extensions_xinerama_screens(Rect **xin_areas, guint *nxin) for (i = 0; i < *nxin; ++i) RECT_SET((*xin_areas)[i], info[i].x_org, info[i].y_org, info[i].width, info[i].height); + XFree(info); } else #endif {