pipewire/src/modules
PrasannaKumar Muralidharan f6d480fdfd Fix memory issues reported by clang static analyzer (#7)
* Fix use after free in error path

Memory pointed by 'handle' is used in error path but it is freed before jumping to interface_failed. Remove the wrong free. Memory pointed by 'handle' gets freed in the error handling path.

* Free 'bus' when dbus_bus_get_private fails

If dbus_bus_get_private fails memory pointed by 'bus' is never freed. Free it.

* Free 'impl' if dbus_bus_get_private fails

When dbus_bus_get_private fails the memory pointed by 'impl' is not freed. Free it.
2017-09-04 11:09:45 +02:00
..
module-client-node Work on cleanup 2017-08-22 18:30:10 +02:00
module-jack graph: use spa_node as implementation 2017-08-27 12:12:14 +02:00
module-protocol-native Fix clang warnings about comparing uint32 < 0 (#10) 2017-09-04 11:09:08 +02:00
spa Fix memory issues reported by clang static analyzer (#7) 2017-09-04 11:09:45 +02:00
meson.build Improve loop callbacks 2017-08-11 19:21:31 +02:00
module-autolink.c Release 0.1.4 2017-08-23 13:22:39 +02:00
module-client-node.c Work on cleanup 2017-08-22 18:30:10 +02:00
module-flatpak.c Fix memory issues reported by clang static analyzer (#7) 2017-09-04 11:09:45 +02:00
module-jack.c Fix clang warnings about comparing uint32 < 0 (#10) 2017-09-04 11:09:08 +02:00
module-mixer.c Work on cleanup 2017-08-22 18:30:10 +02:00
module-protocol-dbus.c move things around 2017-07-11 16:08:22 +02:00
module-protocol-native.c fix a socket leak 2017-08-27 13:14:34 +02:00
module-suspend-on-idle.c Work on cleanup 2017-08-22 18:30:10 +02:00