summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/client.c')
-rw-r--r--src/pulsecore/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/client.c b/src/pulsecore/client.c
index fb4f8c87..7788e5d2 100644
--- a/src/pulsecore/client.c
+++ b/src/pulsecore/client.c
@@ -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) {