diff options
| author | Sam Light <sam@lightscale.co.uk> | 2025-09-10 19:37:28 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2025-09-10 19:37:28 +0100 |
| commit | b74a383e6ded85c122f98137936d78f768f8f938 (patch) | |
| tree | 0135113ad2a7bae10027666624454a9d1f1953f9 | |
| parent | 8101b1aa507795224054a752dd603ec3426c40ee (diff) | |
Fixed bug in pulse
| -rw-r--r-- | src/modules/pulse.c | 4 |
1 files changed, 0 insertions, 4 deletions
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); |
