mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 11:16:00 +01:00
Fix a regression from f91bea5f.
This commit is contained in:
parent
41812c5939
commit
75c800e197
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);
|
g_free(Zathura.Bookmarks.bookmarks[i].id);
|
||||||
}
|
}
|
||||||
free(Zathura.Bookmarks.bookmarks);
|
free(Zathura.Bookmarks.bookmarks);
|
||||||
|
Zathura.Bookmarks.bookmarks = NULL;
|
||||||
Zathura.Bookmarks.number_of_bookmarks = 0;
|
Zathura.Bookmarks.number_of_bookmarks = 0;
|
||||||
|
|
||||||
/* convert file and save it */
|
/* convert file and save it */
|
||||||
|
|
Loading…
Reference in a new issue