Date: Sun, 30 Aug 1998 17:45:55 +0300 (IDT) From: Eli Zaretskii To: Endlisnis cc: djgpp AT delorie DOT com Subject: Re: Allegro - problem when re-running a program In-Reply-To: <35E8479A.53E29D2@unb.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 29 Aug 1998, Endlisnis wrote: > ALL memory from DJGPP programs (other than stuff allocated by > ??_get_dos_memory) is deallocated when the program terminates. Actually, the memory allocated by the __dpmi_allocate_dos_memory is deallocated automatically as well (when the program exits).