mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-27 08:56:52 -05:00
fix a bad memory access pulsecore/client.c
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2527 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
7bae1baa3e
commit
b27cc1d426
14 changed files with 220 additions and 33 deletions
|
|
@ -80,7 +80,7 @@ void pa_client_free(pa_client *c) {
|
|||
pa_xfree(c->driver);
|
||||
pa_xfree(c);
|
||||
|
||||
pa_core_check_quit(c->core);
|
||||
pa_core_check_quit(core);
|
||||
}
|
||||
|
||||
void pa_client_kill(pa_client *c) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue