Fix a regression from f91bea5f.

This commit is contained in:
Sebastian Ramacher 2010-12-11 17:16:19 +01:00
parent 41812c5939
commit 75c800e197

View file

@ -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 */