mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-07 19:36:01 +01:00
Reload fix when no file is opened
This commit is contained in:
parent
70ab033a2b
commit
325b63d49e
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