mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 02:30:19 +00:00
Removed some unnecessary null-checks for calls to g_free and g_strfreev
This commit is contained in:
@@ -699,8 +699,8 @@ get_default_spell_languages (void)
|
||||
}
|
||||
}
|
||||
}
|
||||
if (last != NULL)
|
||||
g_free(last);
|
||||
|
||||
g_free (last);
|
||||
|
||||
if (lang_list[0])
|
||||
return g_strdup (ret);
|
||||
|
||||
Reference in New Issue
Block a user