diff options
-rw-r--r-- | src/output/PulseOutputPlugin.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/output/PulseOutputPlugin.cxx b/src/output/PulseOutputPlugin.cxx index ab797387d..1eece448a 100644 --- a/src/output/PulseOutputPlugin.cxx +++ b/src/output/PulseOutputPlugin.cxx @@ -369,8 +369,6 @@ pulse_output_enable(struct audio_output *ao, Error &error) po->mainloop = pa_threaded_mainloop_new(); if (po->mainloop == nullptr) { - g_free(po); - error.Set(pulse_output_domain, "pa_threaded_mainloop_new() has failed"); return false; |