Fixed segmentation fault when mapping keys

This commit is contained in:
Moritz Lipp 2010-07-30 11:11:43 +02:00
parent d25cc9dba9
commit d0f7b3218a

View file

@ -1409,8 +1409,6 @@ read_configuration_file(const char* rcfile)
cmd_set(length - 1, tokens + 1);
else if(!strcmp(tokens[0], "map"))
cmd_map(length - 1, tokens + 1);
g_strfreev(tokens);
}
g_strfreev(lines);