summaryrefslogtreecommitdiffstats
path: root/input/ipc-unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/ipc-unix.c')
-rw-r--r--input/ipc-unix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/input/ipc-unix.c b/input/ipc-unix.c
index 3b01d477f1..778f2f1e46 100644
--- a/input/ipc-unix.c
+++ b/input/ipc-unix.c
@@ -209,7 +209,7 @@ done:
talloc_free(client_msg.start);
if (arg->close_client_fd)
close(arg->client_fd);
- mpv_detach_destroy(arg->client);
+ mpv_destroy(arg->client);
talloc_free(arg);
return NULL;
}
@@ -230,7 +230,7 @@ static void ipc_start_client(struct mp_ipc_ctx *ctx, struct client_arg *client)
err:
if (client->client)
- mpv_detach_destroy(client->client);
+ mpv_destroy(client->client);
if (client->close_client_fd)
close(client->client_fd);