From 62b60f74e02b76b328183f1c373dd6c8904918cd Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 10 Jan 2008 13:04:09 +0000 Subject: [PATCH] missed line from Adrian's patch --- plugin/pango/gvrender_pango.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/pango/gvrender_pango.c b/plugin/pango/gvrender_pango.c index 7069aa939..3f2450287 100644 --- a/plugin/pango/gvrender_pango.c +++ b/plugin/pango/gvrender_pango.c @@ -206,6 +206,7 @@ static void cairogen_end_page(GVJ_t * job) cairo_destroy(cr); job->context = NULL; cairo_surface_finish(surface); + status = cairo_surface_status(surface); cairo_surface_destroy(surface); if (status != CAIRO_STATUS_SUCCESS) fprintf(stderr, "cairo: %s\n", cairo_status_to_string(status)); -- 2.50.1