keyfile: fix memleak in parity_parser()

(cherry picked from commit 9d8f93384a)
This commit is contained in:
Thomas Haller 2015-02-07 15:22:06 +01:00
parent 74d44dd563
commit 410a22b28f

View file

@ -870,6 +870,7 @@ parity_parser (NMSetting *setting, const char *key, GKeyFile *keyfile, const cha
int_val = 'X';
}
}
g_free (str_val);
}
if (!int_val)