From 6526de024a4da15ff1b0019b5bbe5048dce9e0f2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 24 Feb 2014 20:29:01 +0100 Subject: output/pulse: remove bogus g_free() call --- src/output/PulseOutputPlugin.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/output/PulseOutputPlugin.cxx') 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; -- cgit v1.2.3