mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
Plug some memory leaks
These were detected with valgrind.
This commit is contained in:
parent
1e4298be4d
commit
3b76d8065f
4 changed files with 10 additions and 2 deletions
|
|
@ -231,6 +231,7 @@ int pa__init(pa_module *m) {
|
|||
pa_log("Failed to parse connect= argument.");
|
||||
goto fail;
|
||||
}
|
||||
pa_modargs_free(ma);
|
||||
|
||||
if (!(connection = pa_dbus_bus_get(m->core, DBUS_BUS_SESSION, &error)) || dbus_error_is_set(&error)) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue