Re: [evolution-patches] [PATCH] leak fix(es) in e-xml-hash-utils
- From: Rodrigo Moya <rodrigo ximian com>
- To: Thomas Cataldo <thomas cataldo aliacom fr>
- Cc: evolution-patches lists ximian com
- Subject: Re: [evolution-patches] [PATCH] leak fix(es) in e-xml-hash-utils
- Date: Thu, 22 Jan 2004 12:21:59 +0100
On Wed, 2004-01-21 at 22:54 +0100, Thomas Cataldo wrote:
> On Tue, 2004-01-20 at 18:40, Rodrigo Moya wrote:
> > looks ok to me, although I'd change:
> > with a more meaningful message, like 'Found a key with no value'.
>
> Done.
> + if (!key) {
> + g_warning ("Found a key with no value!!");
> + continue;
> + }
>
I didn't mean this message, which should clearly be 'Key not found' or
something similar...
> +
> value = xmlNodeListGetString (doc, node-
> >xmlChildrenNode, 1);
> - if (!key || !value) {
> + if (!value) {
> + xmlFree (key);
> g_warning ("Found an entry with missing
> properties!!");
>
but this one.
also, the patch is missing a ChangeLog entry.
cheers
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]