This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Cleanup/simplify memory.c


One minor thing that I spotted ...

Jakub Jelinek wrote:
>    /* Just use the internal routine.  */
> -  internal_free (*mem);
> +  free (*mem);
>    *mem = NULL;

The comment doesn't make much sense any longer.

Thanks,
- Tobi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]