X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcairo.c;fp=src%2Foutput%2Fcairo.c;h=b0b4f7d3e1fe0dd0be16577171e21faccc3f4c2c;hb=cb72db62c20ecab427229110820c5b053d0663c4;hp=a2d5fef9d1ddfd36914ef6f3fa22e55fdcb48424;hpb=32b22a683b99b2675a208b43937fed8463583c1a;p=pspp diff --git a/src/output/cairo.c b/src/output/cairo.c index a2d5fef9d1..b0b4f7d3e1 100644 --- a/src/output/cairo.c +++ b/src/output/cairo.c @@ -518,7 +518,7 @@ xr_output_chart (struct outp_driver *this, const struct chart *chart) chart_geometry_init (x->cairo, &geom, xr_to_pt (this->width), xr_to_pt (this->length)); chart_draw (chart, x->cairo, &geom); - chart_geometry_free (x->cairo); + chart_geometry_free (x->cairo, &geom); cairo_restore (x->cairo); outp_close_page (this);