evas-wayland-shm: Fix silly typo

Summary: OOpppss, this should be eina_rectangle_free

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-10-08 15:15:00 -04:00
parent 295bfd7df6
commit 37718b2cf6
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ _evas_outbuf_flush(Outbuf *ob, Tilebuf_Rect *rects EINA_UNUSED, Evas_Render_Mode
EINA_ARRAY_ITER_NEXT(&ob->priv.onebuf_regions, i, rect, it)
{
result[i] = *rect;
evas_rectangle_free(rect);
eina_rectangle_free(rect);
}
_evas_shm_surface_post(ob->surface, result, n);