asdfuser pushed a commit to branch master.

commit 0a293dd981aeec3035694ccb64c4382eecb0c500
Author: Guillaume Friloux <[email protected]>
Date:   Fri May 24 10:20:33 2013 +0200

    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!
---
 src/lib/ecore_con/ecore_con.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/ecore_con/ecore_con.c b/src/lib/ecore_con/ecore_con.c
index d561468..7ca77fe 100644
--- a/src/lib/ecore_con/ecore_con.c
+++ b/src/lib/ecore_con/ecore_con.c
@@ -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);

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may

Reply via email to