From 76c0ee4bcb34bcc683261ce81adbde85781810bb Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sat, 30 Dec 2017 17:49:04 +0100 Subject: =?UTF-8?q?sysinfo.cpp:=20Fix=20build=20warning:=20this=20?= =?UTF-8?q?=E2=80=98if=E2=80=99=20clause=20does=20not=20guard...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ --- src/sysinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sysinfo.cpp b/src/sysinfo.cpp index 01b0492..4392fa4 100644 --- a/src/sysinfo.cpp +++ b/src/sysinfo.cpp @@ -485,7 +485,7 @@ namespace { if (error) g_error_free(error); - g_free(out); + g_free(out); } private: -- cgit v1.2.1