mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-16 15:41:25 +01:00
Merge pull request #410 from mikkeloscar/free-ipc-response
swaybar: Free unused IPC response
This commit is contained in:
commit
82aca85cf8
1 changed files with 1 additions and 0 deletions
|
@ -393,6 +393,7 @@ void bar_ipc_init(int outputi, const char *bar_id) {
|
|||
const char *subscribe_json = "[ \"workspace\" ]";
|
||||
len = strlen(subscribe_json);
|
||||
res = ipc_single_command(ipc_listen_socketfd, IPC_SUBSCRIBE, subscribe_json, &len);
|
||||
free(res);
|
||||
|
||||
ipc_update_workspaces();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue