Mail Archives: djgpp/1996/05/10/16:12:07
Rikard Thunberg wrote:
>
> I'm using MSDOS/WIN95.
> If I use calloc() to allocate memory I have to
> release the memory with free() before my program quit, right?
>
No. If you quit your program, all memory, which was allocated by
it, is automaticly freed.
Robert
--
*****************************************************************
* Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau *
* Post: Am Berg 3, D-09573 Dittmannsdorf *
* e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE *
* WWW: http://www.tu-chemnitz.de/~rho *
*****************************************************************
- Raw text -