[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] memory leak
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] memory leak |
Date: |
Fri, 25 Jan 2002 08:52:31 +0100 (CET) |
> File: src\cff\cffdrivr.c
> Function: cff_get_name_index()
>
> In the function, CFF_Get_Name() will allocate some memory for the
> variable 'name'. But at the end the function won't free the memory.
> I think the code should like this:
Applied, 谢谢你. Please use the `diff' program (with option `-u')
for future patches.
Werner