mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 20:36:01 +01:00
Fix memory leak
This commit is contained in:
parent
89831253f9
commit
d36c38ca48
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ cmd_print(girara_session_t* session, girara_list_t* UNUSED(argument_list))
|
|||
g_free(sandbox);
|
||||
return false;
|
||||
}
|
||||
|
||||
g_free(sandbox);
|
||||
|
||||
print(zathura);
|
||||
|
||||
|
|
Loading…
Reference in a new issue