pulseaudio/src
Daniil Kovalev 5fdde3fa83 Fix memory leak in context_free
In commit f727cd9a `int error` member in `struct pa_context` was changed
to `pa_context_error *error`. The memory that is allocated with
`pa_xnew0` in src/pulse/context.c:142 is never freed, and it causes
a leak of 4 bytes. The leak can be easily detected with leak-sanitizer.
2019-11-02 22:54:03 +03:00
..
daemon start-pulseaudio-x11: fix KDE version check 2019-10-31 15:42:41 +02:00
modules rtp: Fix reverted test for INHIBIT_AUTO_SUSPEND_ONLY_WITH_NON_MONITOR_SOURCES 2019-10-26 16:36:19 +03:00
pulse Fix memory leak in context_free 2019-11-02 22:54:03 +03:00
pulsecore atomic: Explicitly cast void* to unsigned long 2019-09-26 15:05:53 +03:00
tests meson: link libintl if it's not provided by libc 2019-09-25 04:42:03 +00:00
utils qpaeq: use python3 instead of python 2 2019-10-25 08:39:03 -03:00
.gitignore .gitignore: add atomic-test 2019-06-15 11:14:33 +03:00
depmod.py update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
Makefile.am autotools: Put module-tunnel-source X11_CFLAGS into CFLAGS instead of LDFLAGS 2019-09-20 15:03:57 +03:00
map-file thread-mainloop: Add API for running a callback unlocked 2019-03-31 09:18:37 +00:00
meson.build meson: link libintl if it's not provided by libc 2019-09-25 04:42:03 +00:00