mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
fix modargs memory leak
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@68 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
1416fef197
commit
ed9bd5f01f
4 changed files with 19 additions and 7 deletions
|
|
@ -229,6 +229,8 @@ int pa_module_init(struct pa_core *c, struct pa_module*m) {
|
|||
|
||||
m->userdata = u;
|
||||
|
||||
pa_modargs_free(ma);
|
||||
|
||||
return 0;
|
||||
|
||||
fail:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue