From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Fix xasprintf() usage in solib-aix5.c Date: Tue, 27 Mar 2001 01:57:00 -0000 Message-id: <1010327095644.ZM3206@ocotillo.lan> References: <1010327062855.ZM2972@ocotillo.lan> X-SW-Source: 2001-03/msg00490.html On Mar 27, 11:46am, Mark Kettenis wrote: > > + free (map_pathname); > > Shouldn't that be xfree()? Indeed it should. Thanks for catching this. Kevin