Evas filters: Fix crash when using the GL backend
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 7 Feb 2014 07:06:46 +0000 (16:06 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 7 Feb 2014 08:59:23 +0000 (17:59 +0900)
commit9917962ffbd72f38e0465830ab902c0ba308ff81
tree97f0ed8fa35a4fbe9db588f715074a01a5108cd6
parent637416d62ea90de25aa457197bdaaaca15206a66
Evas filters: Fix crash when using the GL backend

Buffer management was broken, and we tried to free the GL texture
as if it were a simple RGBA_Image.
src/lib/evas/filters/evas_filter.c
src/lib/evas/filters/evas_filter_utils.c