From: Bastian Blank <bastian@waldi.eu.org>
To: xen-devel@lists.xensource.com
Subject: Re: [PATCH] tools/libxc/xc_linux_save.c
Date: Fri, 12 Aug 2005 12:17:59 +0200 [thread overview]
Message-ID: <20050812101725.GD10786@wavehammer.waldi.eu.org> (raw)
In-Reply-To: <1123794913.3043.54.camel@thinkpad>
[-- Attachment #1.1: Type: text/plain, Size: 519 bytes --]
On Thu, Aug 11, 2005 at 04:15:13PM -0500, Jerone Young wrote:
> if (pfn_type != NULL)
> free(pfn_type);
> +
> + if (pfn_batch != NULL)
> + free(pfn_batch);
>
> + if (to_send != NULL)
> + free(to_send);
> +
> + if (to_fix != NULL)
> + free(to_fix);
> +
> + if (to_skip != NULL)
> + free(to_skip);
free checks for null pointer themself.
Bastian
--
Extreme feminine beauty is always disturbing.
-- Spock, "The Cloud Minders", stardate 5818.4
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2005-08-12 10:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-11 21:15 [PATCH] tools/libxc/xc_linux_save.c Jerone Young
2005-08-12 10:17 ` Bastian Blank [this message]
2005-08-12 12:48 ` Vincent Hanquez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050812101725.GD10786@wavehammer.waldi.eu.org \
--to=bastian@waldi.eu.org \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.