summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
Diffstat (limited to 'input')
-rw-r--r--input/ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/ipc.c b/input/ipc.c
index 6a0afc6e2a..c628fc9ea4 100644
--- a/input/ipc.c
+++ b/input/ipc.c
@@ -740,7 +740,7 @@ static void *ipc_thread(void *p)
int rc;
int ipc_fd;
- struct sockaddr_un ipc_un;
+ struct sockaddr_un ipc_un = {0};
struct mp_ipc_ctx *arg = p;