evas/cserve2: fix crash when shutting down cserve2
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 14 Jun 2013 05:52:57 +0000 (14:52 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Fri, 14 Jun 2013 07:38:18 +0000 (16:38 +0900)
commit42309042c6e63944cda26e9f7f89cf56d6af3643
treea54690631997468579e580d8aefb2312f213afea
parent681c8cda4c3ce6393f7d84efe6462810bf6bf1d7
evas/cserve2: fix crash when shutting down cserve2

If a slave is still alive during shutdown, then it will be killed
and the dead callback should be called. This would then trigger
a request failed callback on invalid data.
But there's no point in calling the dead_cb since we're shutting
down already.
src/bin/evas/evas_cserve2_slaves.c