kuri pushed a commit to branch ecore-1.7.

commit 51b3e0803dce4e0da3f4b1bfd285fdac51caf059
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 0a652ad..de9f72a 100644
--- a/src/lib/ecore_con/ecore_con.c
+++ b/src/lib/ecore_con/ecore_con.c
@@ -1335,6 +1335,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