diff options
Diffstat (limited to 'sway')
-rw-r--r-- | sway/ipc-server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/ipc-server.c b/sway/ipc-server.c index 6764a459..ea8e8894 100644 --- a/sway/ipc-server.c +++ b/sway/ipc-server.c @@ -455,6 +455,7 @@ void ipc_client_handle_command(struct ipc_client *client) { const char *json_string = json_object_to_json_string(json); ipc_send_reply(client, json_string, (uint32_t)strlen(json_string)); json_object_put(json); // free + break; } } default: |