Bugfix: Also free() the head of slist/tailq (Thx dothebart)

This commit is contained in:
Axel Wagner
2011-01-26 01:51:46 +01:00
parent e9ef6d186a
commit 9bcc6216c8
2 changed files with 3 additions and 1 deletions

View File

@ -250,7 +250,7 @@ void parse_workspaces_json(char *json) {
}
/*
* free() all workspace data-structures
* free() all workspace data-structures. Does not free() the heads of the tailqueues.
*
*/
void free_workspaces() {