not quite, internet sucking too much to fix it myself atm. couple cnp fails
by me while rewriting things a long time ago I guess

On Wed, May 23, 2012 at 9:07 AM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:

> Log:
> before i changelog and backport this... discomfitor - look at this!
>  how the hell did we get ecore_con to the state of NEVER
>  closing/freeing clients?
>
>
>
> Author:       raster
> Date:         2012-05-23 02:07:47 -0700 (Wed, 23 May 2012)
> New Revision: 71352
> Trac:         http://trac.enlightenment.org/e/changeset/71352
>
> Modified:
>  trunk/ecore/src/lib/ecore_con/ecore_con.c
>
> Modified: trunk/ecore/src/lib/ecore_con/ecore_con.c
> ===================================================================
> --- trunk/ecore/src/lib/ecore_con/ecore_con.c   2012-05-23 08:47:37 UTC
> (rev 71351)
> +++ trunk/ecore/src/lib/ecore_con/ecore_con.c   2012-05-23 09:07:47 UTC
> (rev 71352)
> @@ -116,9 +116,17 @@
>      }
>    INF("Lost client %s", (cl->ip) ? cl->ip : "");
>    if (cl->fd_handler)
> -     ecore_main_fd_handler_del(cl->fd_handler);
> -
> -   cl->fd_handler = NULL;
> +     {
> +        ecore_main_fd_handler_del(cl->fd_handler);
> +        cl->fd_handler = NULL;
> +     }
> +   if (cl->host_server)
> +     {
> +        _ecore_con_client_free(cl);
> +        cl->host_server->clients =
> +          eina_list_remove(cl->host_server->clients, cl);
> +        cl->host_server = NULL;
> +     }
>  }
>
>  void
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to