all: Remove many efree test
This commit is contained in:
parent
5d0a26db44
commit
d6a5595c64
@ -52,8 +52,6 @@ arrange(void)
|
||||
|
||||
updatebar();
|
||||
|
||||
efree(c);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
@ -79,8 +77,6 @@ freelayout(void)
|
||||
}
|
||||
}
|
||||
|
||||
efree(c);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
@ -141,8 +137,6 @@ maxlayout(void)
|
||||
client_moveresize(c, geo, False);
|
||||
}
|
||||
|
||||
efree(c);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
@ -273,7 +267,6 @@ tile(void)
|
||||
if(n > nmaster && tileheight != sgeo.height)
|
||||
cgeo.y = c->geo.y + c->geo.height + border + titlebarh;
|
||||
}
|
||||
efree(c);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user