Description: Fix memory leak
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54657#c4
Author: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Boris Pek <tehnick-8@mail.ru>
Last-Update: 2012-10-25

--- a/style/shadowhelper.c
+++ b/style/shadowhelper.c
@@ -58,6 +58,7 @@
         cairo_rectangle(cr, 0, 0, shadowSize, shadowSize);
         cairo_fill(cr);
         cairo_destroy(cr);
+        cairo_surface_destroy(dest);
         g_object_unref(pixbuf);
         return pixmap;
     }
