Date: Tue, 7 Jan 1997 08:47:16 +0200 (IST) From: Eli Zaretskii To: Benjamin D Chambers cc: djgpp AT delorie DOT com Subject: Re: Malloc & Co. In-Reply-To: <19970106.194216.4975.0.chambersb@juno.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 6 Jan 1997, Benjamin D Chambers wrote: > When my program exits, is all the allocated memory on freed > automatically, or is the system retained unless I cal 'free' on all my > memory blocks (that I allocated with malloc & calloc)? All the memory is freed automatically when your program exits.