mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 20:26:00 +01:00
Reload fix when no file is opened
This commit is contained in:
parent
da344ac8b9
commit
77fb72f509
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue