cairo_destroy() added

(at least partly related to: FS#68 - awesome eats cpu time)

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
marco candrian 2008-02-17 06:13:26 +01:00 committed by Julien Danjou
parent dfef818e8f
commit 73696a26a9

View file

@ -433,6 +433,7 @@ void draw_image_from_argb_data(DrawCtx *ctx, int x, int y, int w, int h,
cairo_paint(cr);
cairo_destroy(cr);
cairo_surface_destroy(source);
}