wayland_shm: Fix resize optimization
authorDerek Foreman <derekf@osg.samsung.com>
Mon, 4 Apr 2016 21:57:30 +0000 (16:57 -0500)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 4 Apr 2016 22:00:40 +0000 (18:00 -0400)
commit406c2343467ce986e0b313e8aa26b25bb235525c
treebdb343c2f83c56b89c3d957267b5221c2e5c7636
parent3121ea07c2e78b171b7656fc7cc71e031e0d141b
wayland_shm: Fix resize optimization

We're supposed to allocate a large pool at startup and use it for
resizing to save pool allocations.  However, this was broken and
we ended up allocating both a large pool and a proper sized pool
every resize.

This restores correct behaviour.
src/modules/evas/engines/wayland_shm/evas_shm.c