From: ellson Date: Thu, 10 Jan 2008 13:04:09 +0000 (+0000) Subject: missed line from Adrian's patch X-Git-Tag: LAST_LIBGRAPH~32^2~4880 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62b60f74e02b76b328183f1c373dd6c8904918cd;p=graphviz missed line from Adrian's patch --- 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));