]> Dogcows Code - chaz/openbox/blobdiff - openbox/extensions.c
1) translate all of openbox's output
[chaz/openbox] / openbox / extensions.c
index 4807528eb7efa3114db5d1fab0454bd013888208..967424f489e3b10447dbc57684cb8c861dfad3ab 100644 (file)
@@ -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
     {
This page took 0.019549 seconds and 4 git commands to generate.