To: djgpp AT delorie DOT com Subject: Malloc & Co. Message-ID: <19970106.194216.4975.0.chambersb@juno.com> From: chambersb AT juno DOT com (Benjamin D Chambers) Date: Mon, 06 Jan 1997 22:38:07 EST 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)? Thanx in advance, ...Chambers