mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 06:26:01 +01:00
Fixed segmentation fault when mapping keys
This commit is contained in:
parent
d25cc9dba9
commit
d0f7b3218a
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue