Fix memory leaks

This commit is contained in:
Michael Stapelberg
2010-03-26 01:52:39 +01:00
parent 7bd4ea3699
commit a542515f9e
3 changed files with 26 additions and 18 deletions

View File

@ -212,9 +212,6 @@ struct Workspace {
/** The name of the RandR output this screen should be on */
char *preferred_output;
/** Temporary flag needed for re-querying xinerama screens */
bool reassigned;
/** True if any client on this workspace has its urgent flag set */
bool urgent;