diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/ipc-client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/ipc-client.c b/common/ipc-client.c index 4750a289..ec0454c9 100644 --- a/common/ipc-client.c +++ b/common/ipc-client.c @@ -117,7 +117,6 @@ struct ipc_response *ipc_recv_response(int socketfd) { return response; error_2: free(response); - free(payload); error_1: sway_log(SWAY_ERROR, "Unable to allocate memory for IPC response"); return NULL; |