Re: [evolution-patches] initial addressbook patches



On Fri, 2003-06-13 at 11:07, Larry Ewing wrote:
> This isn't complete but I thought I'd get what I have out there for
> people to look at while I continue working on it.


> Index: component/addressbook.c
> ===================================================================
> RCS file:
> /cvs/gnome/evolution/addressbook/gui/component/addressbook.c,v
> retrieving revision 1.210
> diff -u -p -r1.210 addressbook.c
> --- component/addressbook.c     15 May 2003 22:50:29 -0000      1.210
> +++ component/addressbook.c     13 Jun 2003 18:04:07 -0000
> @@ -875,6 +875,7 @@ addressbook_search_activated (ESearchBar
>                                       NULL);
>  
>                 g_free (search_query);
> +               g_free (search_word);
>         }
>  
>         g_free (search_word);

That's a double free, probably just want to remove the added line.

Chris



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]