Date: Wed, 18 Aug 1999 19:54:56 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Keith McCormick cc: djgpp AT delorie DOT com Subject: Re: Memory allocation - Help!?! In-Reply-To: <934967798.779623@ridge.spiritone.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 18 Aug 1999, Keith McCormick wrote: > Also, should I manually free the physical_address_mapping or does to DJGPP > startup fragment do this at program termination? You should do it manually. The startup/exit code only releases memory and those resources that it itself allocated.