devilhorns pushed a commit to branch master.
commit b344ef2440c8f5516c5ccc632a63740670fdfde5
Author: Chris Michael <[email protected]>
Date: Mon Aug 5 13:13:19 2013 +0100
Remove Eet_Connection from hash Before we call eet_connection_close
(as that frees the connection).
Signed-off-by: Chris Michael <[email protected]>
---
src/bin/eeze/eeze_scanner.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/eeze/eeze_scanner.c b/src/bin/eeze/eeze_scanner.c
index 800c1d7..e384268 100644
--- a/src/bin/eeze/eeze_scanner.c
+++ b/src/bin/eeze/eeze_scanner.c
@@ -151,8 +151,8 @@ cl_del(void *data EINA_UNUSED, int type EINA_UNUSED,
Ecore_Con_Event_Client_Del
ec = eina_hash_find(clients, ev->client);
if (ec)
{
- eet_connection_close(ec, &d);
eina_hash_del_by_data(clients, ec);
+ eet_connection_close(ec, &d);
}
return ECORE_CALLBACK_RENEW;
--
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk