context: improve properties

This commit is contained in:
Wim Taymans 2018-10-03 20:14:34 +02:00
parent 520a9831e7
commit 6a4da8a6b3
3 changed files with 11 additions and 11 deletions

View file

@ -325,7 +325,6 @@ pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *
if (r == NULL)
return NULL;
c = pw_remote_get_user_data(r);
c->loop = loop;
c->core = core;