From: oetiker Date: Wed, 27 Aug 2008 21:48:50 +0000 (+0000) Subject: drop the dummy surface prior to creating the real one X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bdfc05e78c234a8ba87069d7e88e71ed31392e89;p=rrdtool-all.git drop the dummy surface prior to creating the real one git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1468 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/rrd_graph.c b/program/src/rrd_graph.c index 8019d7fc..6f1a1ac1 100644 --- a/program/src/rrd_graph.c +++ b/program/src/rrd_graph.c @@ -3059,6 +3059,7 @@ int graph_paint( (im->surface, CAIRO_SVG_VERSION_1_1); break; }; + cairo_destroy(im->cr); im->cr = cairo_create(im->surface); cairo_set_antialias(im->cr, im->graph_antialias); cairo_scale(im->cr, im->zoom, im->zoom);