wmfs: Delete efree(tags) of quit()

This commit is contained in:
Martin Duquesnoy 2008-11-30 03:15:03 +01:00
parent 8f5fee389d
commit bacf2b194d
2 changed files with 2 additions and 2 deletions

View File

@ -56,11 +56,12 @@ XRectangle
screen_get_geo(int s)
{
int n = 0;
XineramaScreenInfo *xsi;
XRectangle geo;
if(XineramaIsActive(dpy))
{
XineramaScreenInfo *xsi;
xsi = XineramaQueryScreens(dpy, &n);
geo.x = xsi[s].x_org + BORDH;
geo.y = (conf.bartop)

View File

@ -103,7 +103,6 @@ quit(void)
infobar_destroy();
efree(infobar);
efree(seltag);
efree(tags);
efree(keys);
efree(conf.titlebar.mouse);
efree(conf.client.mouse);