[PATCH] Cleanup/simplify memory.c

Tobias Schlüter tobias.schlueter@physik.uni-muenchen.de
Sat Oct 1 11:00:00 GMT 2005


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



More information about the Fortran mailing list