From 5680e29716f3d621fa25b26bfd60234778ec02b9 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 8 Jan 2019 17:30:57 +0100 Subject: [PATCH] pulse: add user_data to core --- src/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context.c b/src/context.c index 7f51123be..cd95be29a 100644 --- a/src/context.c +++ b/src/context.c @@ -419,7 +419,7 @@ pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char * pw_properties_update(props, &p->props->dict); loop = mainloop->userdata; - core = pw_core_new(loop, NULL); + core = pw_core_new(loop, NULL, 0); r = pw_remote_new(core, props, sizeof(struct pa_context)); if (r == NULL)