]> git.sur5r.net Git - i3/i3/blobdiff - include/data.h
Fix memleak: FREE(assign->dest.output)
[i3/i3] / include / data.h
index 69a46e464331172172873a70940af6d348cb09bd..32fb098f970bb1bed29e036b9bb46550882e851e 100644 (file)
@@ -573,7 +573,7 @@ struct Assignment {
     /** the criteria to check if a window matches */
     Match match;
 
-    /** destination workspace/command, depending on the type */
+    /** destination workspace/command/output, depending on the type */
     union {
         char *command;
         char *workspace;