Kaydet (Commit) 6edf2111 authored tarafından Frank Lanitz's avatar Frank Lanitz

Removed not needed NULL check

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5209 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 7313c3cb
......@@ -997,8 +997,7 @@ static void process_build_output_line(const gchar *str, gint color)
if (! NZV(msg))
{
if (msg != NULL)
g_free(msg);
g_free(msg);
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment