evas/cserve2: Fix race condition on font load / socket fail
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 2 Aug 2013 06:16:24 +0000 (15:16 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 28 Oct 2013 06:47:13 +0000 (15:47 +0900)
commitf5fee255de5a2e9f33c2d2f5b87b9ba02fd65922
treef69f32f67a7c43fcbfb7c75fe6864034020964e7
parenta230e41409b21c05fab6a47ea2a5510ac848d9d1
evas/cserve2: Fix race condition on font load / socket fail

If the client exits while the server is loading fonts,
the font entry objects are accessed after being freed.

Note: This is not a proper fix. The race condition should still
be fixed, but delaying client deletion a bit might help for a while...
src/bin/evas/evas_cserve2_messages.c