mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 08:36: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");
|
notify(ERROR, "File does not exist");
|
||||||
if(file)
|
if(file)
|
||||||
free(file);
|
free(file);
|
||||||
|
g_static_mutex_unlock(&(Zathura.Lock.pdf_obj_lock));
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue