[PATCH fpit 5/8] Drop libc wrappers for free, malloc
Thierry Vignaud
thierry.vignaud at gmail.com
Thu Dec 2 22:17:04 PST 2010
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/
More information about the xorg-devel
mailing list