[PATCH fpit 5/8] Drop libc wrappers for free, malloc
Peter Hutterer
peter.hutterer at who-t.net
Sun Dec 5 16:03:47 PST 2010
On Fri, Dec 03, 2010 at 07:17:04AM +0100, Thierry Vignaud wrote:
> On 2 December 2010 04:31, Peter Hutterer <peter.hutterer at who-t.net> wrote:
> > Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
> > ---
> > src/xf86Fpit.c | 14 +++++++-------
> > 1 files changed, 7 insertions(+), 7 deletions(-)
> >
> > diff --git a/src/xf86Fpit.c b/src/xf86Fpit.c
> > index ceeecbd..8092853 100644
> > --- a/src/xf86Fpit.c
> > +++ b/src/xf86Fpit.c
> > @@ -481,7 +481,7 @@ static Bool xf86FpitControl(DeviceIntPtr dev, int mode)
> > */
> > xf86MotionHistoryAllocate(pInfo);
> > /*
> > - * This once has caused the server to crash after doing an xalloc & strcpy ??
> > + * This once has caused the server to crash after doing an malloc & strcpy ??
>
> s/doing an malloc/doing a malloc/
amended, thanks.
Cheers,
Peter
More information about the xorg-devel
mailing list