Avoid freeing pixmap from unsetting parent window of pixmap 96/36396/1 accepted/tizen/common/20150306.164641 accepted/tizen/mobile/20150310.065853 accepted/tizen/tv/20150307.081627 accepted/tizen/wearable/20150307.082115 submit/tizen/20150306.130911
authorMinJeong Kim <minjjj.kim@samsung.com>
Fri, 6 Mar 2015 01:26:04 +0000 (10:26 +0900)
committerMinJeong Kim <minjjj.kim@samsung.com>
Fri, 6 Mar 2015 01:48:42 +0000 (10:48 +0900)
commitb4d7d5f49cfb64ffb9b484fb38dcad7bb18b363f
treef4244eef00dc8e8bce016531f979e75953b3ab8d
parent56d48a8542413b9d56358fbefc0ef3be5102a771
Avoid freeing pixmap from unsetting parent window of pixmap

When some E_Client is deleted by hide event of its window,
comp_x tries to unset parent window of client's E_Pixmap.
This unsetting is causing freeing pixmap even if the pixmap is still pending.
this revision is for avoiding those unwanted free.

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