Don't leak the cairo context here. (#340522, Christian Persch)
2006-05-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintunixdialog.c (draw_page_cb): Don't leak the cairo context here. (#340522, Christian Persch)
This commit is contained in:
committed by
Matthias Clasen
parent
d428b288ca
commit
451c6a3707
@ -1920,6 +1920,8 @@ draw_page_cb (GtkWidget *widget,
|
||||
}
|
||||
}
|
||||
|
||||
cairo_destroy (cr);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user