devilhorns pushed a commit to branch master.
commit d9f8e6b52544f372e19bd503b6d53bd9b3c288dd
Author: Chris Michael <[email protected]>
Date: Mon Aug 5 12:39:19 2013 +0100
Do not call _ecore_con_client_flush with a NULL client.
Signed-off-by: Chris Michael <[email protected]>
---
src/lib/ecore_con/ecore_con.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/lib/ecore_con/ecore_con.c b/src/lib/ecore_con/ecore_con.c
index 6b90306..7067d8d 100644
--- a/src/lib/ecore_con/ecore_con.c
+++ b/src/lib/ecore_con/ecore_con.c
@@ -2162,10 +2162,7 @@ _ecore_con_svr_udp_handler(void *data,
return ECORE_CALLBACK_RENEW;
if (ecore_main_fd_handler_active_get(fd_handler, ECORE_FD_WRITE))
- {
- _ecore_con_client_flush(cl);
- return ECORE_CALLBACK_RENEW;
- }
+ return ECORE_CALLBACK_RENEW;
if (!ecore_main_fd_handler_active_get(fd_handler, ECORE_FD_READ))
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