]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/src/workspaces.c
Bugfix: Also free() the head of slist/tailq (Thx dothebart)
[i3/i3] / i3bar / src / workspaces.c
index 0393071e6425b09d3dfa8c02c2d09c1ab941d712..89f7757da1ae990a4b863ba1b3e4a9588d6928fb 100644 (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() {