Reload fix when no file is opened

This commit is contained in:
Moritz Lipp 2010-10-30 10:08:57 +02:00
parent da344ac8b9
commit 77fb72f509

View File

@ -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;
}