Fixed a possible memory leak

This commit is contained in:
Moritz Lipp 2011-05-09 10:53:09 +02:00
parent 17b4972683
commit 7a0f870ff1

View File

@ -213,6 +213,8 @@ error_free:
error_out:
free(zathura);
return NULL;
}