mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -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
|
|
@ -385,6 +385,8 @@ void pa_raop_client_free(pa_raop_client* c) {
|
|||
|
||||
if (c->rtsp)
|
||||
pa_rtsp_client_free(c->rtsp);
|
||||
if (c->sid)
|
||||
pa_xfree(c->sid);
|
||||
pa_xfree(c->host);
|
||||
pa_xfree(c);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue