From b74a383e6ded85c122f98137936d78f768f8f938 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Sep 2025 19:37:28 +0100 Subject: Fixed bug in pulse --- src/modules/pulse.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/modules') diff --git a/src/modules/pulse.c b/src/modules/pulse.c index cbbfe35..7d4ac34 100644 --- a/src/modules/pulse.c +++ b/src/modules/pulse.c @@ -88,10 +88,6 @@ pulse_free(struct pulse * p) { if(p->default_sink != NULL) free(p->default_sink); - if(p->ctx->proplist) { - pa_proplist_free(p->ctx->proplist); - } - pa_context_disconnect(p->ctx); pa_context_unref(p->ctx); pa_mainloop_free(p->ml); -- cgit v1.2.3