Well, the bug is pretty obvious if you look in the e-gw-container.c sources, 
the free_node function:
static void free_node(EShUsers *user)
{
        if(user){
                g_free(user->email);
                g_free (user);
        }
        g_free (user);
        return ;
}

I've created a patch that solves it, please see the attachment. Compiled
and tested - works OK.


** Attachment added: "e-gw-container.patch"
   http://launchpadlibrarian.net/14374603/e-gw-container.patch

-- 
2.22.1.1 stable update
https://bugs.launchpad.net/bugs/226925
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to