mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Don't initialize userdata twice
This commit is contained in:
parent
b815a1c7eb
commit
59b7e530ca
1 changed files with 0 additions and 1 deletions
|
|
@ -273,7 +273,6 @@ int pa__init(pa_module*m) {
|
||||||
m->userdata = u = pa_xnew0(struct userdata, 1);
|
m->userdata = u = pa_xnew0(struct userdata, 1);
|
||||||
u->core = m->core;
|
u->core = m->core;
|
||||||
u->module = m;
|
u->module = m;
|
||||||
m->userdata = u;
|
|
||||||
u->saved_frame_time_valid = FALSE;
|
u->saved_frame_time_valid = FALSE;
|
||||||
u->rtpoll = pa_rtpoll_new();
|
u->rtpoll = pa_rtpoll_new();
|
||||||
pa_thread_mq_init(&u->thread_mq, m->core->mainloop, u->rtpoll);
|
pa_thread_mq_init(&u->thread_mq, m->core->mainloop, u->rtpoll);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue