tasn pushed a commit to branch master.

commit e1a515321ae859d1724f15d287c9e57e44454834
Author: Tom Hacohen <[email protected]>
Date:   Tue May 21 14:19:03 2013 +0100

    Free the con_server after the eet_server.
    
    Thanks to JackDanielZ for finally being useful. ;P
---
 src/lib/clouseau_app.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/clouseau_app.c b/src/lib/clouseau_app.c
index e78d548..83c948e 100644
--- a/src/lib/clouseau_app.c
+++ b/src/lib/clouseau_app.c
@@ -448,10 +448,10 @@ _msg_from_daemon(void *data, int type EINA_UNUSED, void 
*event)
 void
 clouseau_app_disconnect(void)
 {
-   ecore_con_server_del(econ_server);
-   econ_server = NULL;
    ecore_con_eet_server_free(eet_svr);
    eet_svr = NULL;
+   ecore_con_server_del(econ_server);
+   econ_server = NULL;
 }
 
 EAPI Eina_Bool

-- 

------------------------------------------------------------------------------
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