mirror of
https://github.com/swaywm/sway.git
synced 2024-11-26 18:01:29 +00:00
Merge pull request #686 from zandrmartin/fix-swaybar-in-08bef67
fix swaybar problem in 08bef67
This commit is contained in:
commit
4d6be1b640
|
@ -490,6 +490,7 @@ void ipc_client_handle_command(struct ipc_client *client) {
|
||||||
}
|
}
|
||||||
|
|
||||||
exit_cleanup:
|
exit_cleanup:
|
||||||
|
client->payload_length = 0;
|
||||||
free(buf);
|
free(buf);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue