_ecore_con_dns_free already frees the timer and whole dns structure,

so setting dns->timer = NULL here b0rks.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-08-05 13:52:06 +01:00
parent 0f925220e1
commit cc1a2d4b6b
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}