From 325b63d49e6bab70febf6e787d0ae0968186d82c Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Sat, 30 Oct 2010 10:08:57 +0200 Subject: [PATCH] Reload fix when no file is opened --- zathura.c | 1 + 1 file changed, 1 insertion(+) diff --git a/zathura.c b/zathura.c index 600ea23..0d24fba 100644 --- a/zathura.c +++ b/zathura.c @@ -1233,6 +1233,7 @@ open_file(char* path, char* password) notify(ERROR, "File does not exist"); if(file) free(file); + g_static_mutex_unlock(&(Zathura.Lock.pdf_obj_lock)); return FALSE; }