mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
fix a misplaced assert
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2463 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
940f89860c
commit
0a2b6dd38f
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ static void subscribe_cb(pa_core *c, pa_subscription_event_type_t t, uint32_t id
|
|||
int pa__init(pa_module *m) {
|
||||
struct userdata *u;
|
||||
|
||||
pa_assert(u);
|
||||
pa_assert(m);
|
||||
|
||||
u = pa_xnew0(struct userdata, 1);
|
||||
u->core = m->core;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue