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:
Matthias Clasen
2006-05-03 17:52:41 +00:00
committed by Matthias Clasen
parent d428b288ca
commit 451c6a3707
3 changed files with 8 additions and 0 deletions

View File

@ -1920,6 +1920,8 @@ draw_page_cb (GtkWidget *widget,
}
}
cairo_destroy (cr);
return TRUE;
}