mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 21:46:01 +01:00
Fixed a possible memory leak
This commit is contained in:
parent
17b4972683
commit
7a0f870ff1
1 changed files with 2 additions and 0 deletions
|
@ -213,6 +213,8 @@ error_free:
|
||||||
|
|
||||||
error_out:
|
error_out:
|
||||||
|
|
||||||
|
free(zathura);
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue