From 0f2cf51f43b402487b9f4086edbe5dc954cea9ca Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Mon, 24 Feb 2014 20:29:01 +0100
Subject: output/pulse: remove bogus g_free() call

---
 src/output/plugins/PulseOutputPlugin.cxx | 2 --
 1 file changed, 2 deletions(-)

(limited to 'src/output/plugins')

diff --git a/src/output/plugins/PulseOutputPlugin.cxx b/src/output/plugins/PulseOutputPlugin.cxx
index 4e24984c4..51c8cd828 100644
--- a/src/output/plugins/PulseOutputPlugin.cxx
+++ b/src/output/plugins/PulseOutputPlugin.cxx
@@ -367,8 +367,6 @@ pulse_output_enable(AudioOutput *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