e_comp_object: reset image data once if alpha is changed 23/40323/1
authorMinJeong Kim <minjjj.kim@samsung.com>
Tue, 2 Jun 2015 08:34:28 +0000 (17:34 +0900)
committerMinJeong Kim <minjjj.kim@samsung.com>
Tue, 2 Jun 2015 08:48:31 +0000 (17:48 +0900)
commit04c056279e3211ab9371bafc5fff5720927678ac
tree2f759e95d47953fb5606191926aaa8733d7403f5
parent012928218cb67d2d18d20a9778fdbf78bca6b8cb
e_comp_object: reset image data once if alpha is changed

The change of alpha value lead to destruction of buffers, and the invalid
pointers of those destroyed buffers may be referred to render image object.
To prevent those access to invalid pointers, it needs to set pixel data of
image as NULL.

Change-Id: Ib38b18211385b372520f0c27f40642471cb30089
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
src/bin/e_comp_object.c