mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-13 06:23:45 +01:00
Fix memory leak
This commit is contained in:
parent
89831253f9
commit
d36c38ca48
@ -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 New Issue
Block a user