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:
parent
dfef818e8f
commit
73696a26a9
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue