mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 08:55:59 +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);
|
g_free(sandbox);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
g_free(sandbox);
|
||||||
|
|
||||||
print(zathura);
|
print(zathura);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue