Ecore_Con_Client *cl;
double t_start, t;
+ if (svr->event_count) return;
+
while (svr->infos)
{
ecore_con_info_data_clear(svr->infos->data);
return;
}
- if (svr->event_count) return;
ECORE_MAGIC_SET(svr, ECORE_MAGIC_NONE);
t_start = ecore_time_get();
while (svr->buf && (!svr->dead))
#ifdef _WIN32
ecore_con_local_win32_server_del(svr);
#endif
+ if (svr->event_count) return;
if (svr->buf)
eina_binbuf_free(svr->buf);
ecore_con_local_win32_client_del(cl);
#endif
+ if (cl->event_count) return;
+
free(cl->buf);
if (cl->host_server->type & ECORE_CON_SSL)