mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 22:03:48 +01:00
parent
c69eebd87f
commit
c2b0f7c20f
@ -22,8 +22,7 @@ gboolean
|
||||
cb_destroy(GtkWidget* UNUSED(widget), zathura_t* zathura)
|
||||
{
|
||||
if (zathura != NULL && zathura->document != NULL) {
|
||||
zathura_document_free(zathura->document);
|
||||
zathura->document = NULL;
|
||||
document_close(zathura, false);
|
||||
}
|
||||
|
||||
gtk_main_quit();
|
||||
|
Loading…
Reference in New Issue
Block a user