pulse: add user_data to core

This commit is contained in:
Wim Taymans 2019-01-08 17:30:57 +01:00
parent ac4ad7c8f1
commit 5680e29716

View file

@ -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)