From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastian Blank Subject: Re: [PATCH] tools/libxc/xc_linux_save.c Date: Fri, 12 Aug 2005 12:17:59 +0200 Message-ID: <20050812101725.GD10786@wavehammer.waldi.eu.org> References: <1123794913.3043.54.camel@thinkpad> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1971690780==" Return-path: In-Reply-To: <1123794913.3043.54.camel@thinkpad> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Mime-version: 1.0 Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org --===============1971690780== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="orO6xySwJI16pVnm" Content-Disposition: inline --orO6xySwJI16pVnm Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 11, 2005 at 04:15:13PM -0500, Jerone Young wrote: > if (pfn_type !=3D NULL) > free(pfn_type); > + > + if (pfn_batch !=3D NULL) > + free(pfn_batch); >=20 > + if (to_send !=3D NULL) > + free(to_send); > + > + if (to_fix !=3D NULL) > + free(to_fix); > + > + if (to_skip !=3D NULL) > + free(to_skip); free checks for null pointer themself. Bastian --=20 Extreme feminine beauty is always disturbing. -- Spock, "The Cloud Minders", stardate 5818.4 --orO6xySwJI16pVnm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iEYEARECAAYFAkL8d1cACgkQnw66O/MvCNE3FACePVnnP6d+bq4Yul+pX419iC+A nwkAoJHd2DSbtOyrlsb74yp56FZDJzMd =IJNc -----END PGP SIGNATURE----- --orO6xySwJI16pVnm-- --===============1971690780== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --===============1971690780==--