pipewire/src
Barnabás Pőcze 1e9442e6b8 pulse-server: fix memory issue
Previously, when `pw_protocol_pulse_new()` returned NULL,
the code would jump to the `error` label, which would
call `impl_free()`. At this point, however, `impl->module_listener`
is not initialized, which would lead to a SIGSEGV when
`spa_hook_remove()` is called from `impl_free()`.
2021-05-25 14:55:00 +02:00
..
daemon filter-chain: fix rnnoise example configuration 2021-05-24 08:23:21 +00:00
examples treewide: drop strzcmp implementations in favor of spa_streq 2021-05-18 22:10:27 +10:00
extensions meson: replace join_paths(a, b) with a / b 2021-04-15 06:57:00 +00:00
gst treewide: replace !strcmp() with spa_streq() 2021-05-18 22:10:27 +10:00
modules pulse-server: fix memory issue 2021-05-25 14:55:00 +02:00
pipewire fix linking with -latomic 2021-05-24 08:33:50 +00:00
tests treewide: replace strcmp() != 0 with !spa_streq 2021-05-18 22:10:27 +10:00
tools treewide: replace plain strcmp() calls with spa_streq 2021-05-18 22:10:27 +10:00
meson.build meson: Fixed remaining issues from the port to feature options 2021-03-11 18:29:11 +00:00