diff --git a/src/shell-drawing.c b/src/shell-drawing.c index a4c893053..c62713f39 100644 --- a/src/shell-drawing.c +++ b/src/shell-drawing.c @@ -84,7 +84,6 @@ shell_fade_app_icon (ClutterTexture *source) cogl_texture_get_data (texture, COGL_PIXEL_FORMAT_RGBA_8888_PRE, rowstride, pixels); - cogl_texture_unref (texture); fade_start = width / 2; fade_range = width - fade_start;