Fix a bug introduced on 2011-12-10 05:42:32 (GMT) and nobody ever noticed because there isnt enough people that cares about ecore_con (and the lower level libs in general). Big thanks to Cravix (IRC) for finding this issue!

This commit is contained in:
Guillaume Friloux 2013-05-24 10:20:33 +02:00 committed by Daniel Willmann
parent d1c88be8cf
commit 0a293dd981
1 changed files with 1 additions and 0 deletions

View File

@ -1330,6 +1330,7 @@ _ecore_con_client_free(Ecore_Con_Client *cl)
}
}
cl->host_server->clients = eina_list_remove(cl->host_server->clients, cl);
--cl->host_server->client_count;
#ifdef _WIN32
ecore_con_local_win32_client_del(cl);