mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-06 01:35:59 +01:00
Fix a regression from f91bea5f.
This commit is contained in:
parent
205298bce7
commit
1ef74826e6
1 changed files with 1 additions and 0 deletions
|
@ -1063,6 +1063,7 @@ close_file(gboolean keep_monitor)
|
|||
g_free(Zathura.Bookmarks.bookmarks[i].id);
|
||||
}
|
||||
free(Zathura.Bookmarks.bookmarks);
|
||||
Zathura.Bookmarks.bookmarks = NULL;
|
||||
Zathura.Bookmarks.number_of_bookmarks = 0;
|
||||
|
||||
/* convert file and save it */
|
||||
|
|
Loading…
Reference in a new issue