Fix a bug introduced on 2011-12-10 05:42:32 (GMT) and nobody ever noticed because...
authorGuillaume Friloux <guillaume.friloux@asp64.com>
Fri, 24 May 2013 08:20:33 +0000 (10:20 +0200)
committerDaniel Willmann <d.willmann@samsung.com>
Fri, 24 May 2013 10:33:06 +0000 (11:33 +0100)
src/lib/ecore_con/ecore_con.c

index d561468..7ca77fe 100644 (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);