On Thu, Jan 31, 2013 at 11:04 PM, Enlightenment SVN
<[email protected]> wrote:
> Log:
> Fixing a mem leak by adding a call to dns_ai_close which will save us
>   800 bytes per ecore_con_server_connect() call.

My guess is that it should be backported, right ?

> Author:       kuri
> Date:         2013-01-31 06:04:54 -0800 (Thu, 31 Jan 2013)
> New Revision: 83517
> Trac:         http://trac.enlightenment.org/e/changeset/83517
>
> Modified:
>   trunk/efl/src/lib/ecore_con/ecore_con_dns.c
>
> Modified: trunk/efl/src/lib/ecore_con/ecore_con_dns.c
> ===================================================================
> --- trunk/efl/src/lib/ecore_con/ecore_con_dns.c 2013-01-31 14:00:25 UTC (rev 
> 83516)
> +++ trunk/efl/src/lib/ecore_con/ecore_con_dns.c 2013-01-31 14:04:54 UTC (rev 
> 83517)
> @@ -50,6 +50,7 @@
>     if (dns->svr->infos) dns->svr->infos = eina_list_remove(dns->svr->infos, 
> dns);
>     if (dns->timer) ecore_timer_del(dns->timer);
>     if (dns->fdh) ecore_main_fd_handler_del(dns->fdh);
> +   if (dns->ai) dns_ai_close(dns->ai);
>     dns_res_close(dns_res_mortal(dns->resolv));
>     free(dns);
>  }
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_jan
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>



--
Cedric BAIL

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to