Fix memleak: FREE(assign->dest.output)

This commit is contained in:
Orestis Floros
2018-03-19 02:02:59 +02:00
parent e3e09119bf
commit 1fe4e635b5
2 changed files with 3 additions and 1 deletions

View 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;