mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
swaybar: Free unused IPC response
This commit is contained in:
parent
33a74bfb93
commit
8955e5f1ad
@ -393,6 +393,7 @@ void bar_ipc_init(int outputi, const char *bar_id) {
|
|||||||
const char *subscribe_json = "[ \"workspace\" ]";
|
const char *subscribe_json = "[ \"workspace\" ]";
|
||||||
len = strlen(subscribe_json);
|
len = strlen(subscribe_json);
|
||||||
res = ipc_single_command(ipc_listen_socketfd, IPC_SUBSCRIBE, subscribe_json, &len);
|
res = ipc_single_command(ipc_listen_socketfd, IPC_SUBSCRIBE, subscribe_json, &len);
|
||||||
|
free(res);
|
||||||
|
|
||||||
ipc_update_workspaces();
|
ipc_update_workspaces();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user