=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/notify.c,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- src/usr.bin/tmux/notify.c 2022/03/08 21:58:37 1.40 +++ src/usr.bin/tmux/notify.c 2022/05/30 12:55:25 1.41 @@ -1,4 +1,4 @@ -/* $OpenBSD: notify.c,v 1.40 2022/03/08 21:58:37 nicm Exp $ */ +/* $OpenBSD: notify.c,v 1.41 2022/05/30 12:55:25 nicm Exp $ */ /* * Copyright (c) 2012 George Nachman @@ -47,7 +47,7 @@ if (log_get_level() != 0) { s = cmd_list_print(cmdlist, 0); log_debug("%s: hook %s is: %s", __func__, ne->name, s); - free (s); + free(s); } new_item = cmdq_get_command(cmdlist, state); return (cmdq_insert_after(item, new_item));