devilhorns pushed a commit to branch master.

commit cc1a2d4b6b9ba200afcda52874bc8031c607ef51
Author: Chris Michael <[email protected]>
Date:   Mon Aug 5 13:52:06 2013 +0100

    _ecore_con_dns_free already frees the timer and whole dns structure,
    so setting dns->timer = NULL here b0rks.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/ecore_con/ecore_con_dns.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/ecore_con/ecore_con_dns.c 
b/src/lib/ecore_con/ecore_con_dns.c
index 3776d43..324e783 100644
--- a/src/lib/ecore_con/ecore_con_dns.c
+++ b/src/lib/ecore_con/ecore_con_dns.c
@@ -129,7 +129,6 @@ _dns_timer_cb(Ecore_Con_DNS *dns)
 {
    dns->done_cb(dns->data, NULL);
    _ecore_con_dns_free(dns);
-   dns->timer = NULL;
    return EINA_FALSE;
 }
 

-- 

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

Reply via email to