diff options
Diffstat (limited to 'swaybar/ipc.c')
-rw-r--r-- | swaybar/ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybar/ipc.c b/swaybar/ipc.c index a3a9b495..f3b7dd3d 100644 --- a/swaybar/ipc.c +++ b/swaybar/ipc.c @@ -40,7 +40,7 @@ void ipc_send_workspace_command(struct swaybar *bar, const char *ws) { command[d++] = ws[i]; } - ipc_single_command(bar->ipc_socketfd, IPC_COMMAND, command, &size); + free(ipc_single_command(bar->ipc_socketfd, IPC_COMMAND, command, &size)); free(command); } |