mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue