From: "David Lee" Newsgroups: comp.os.msdos.djgpp Subject: DOS Memory Cleanup Date: Fri, 14 Jul 2000 20:16:18 +0800 Organization: IMS Netvigator Lines: 12 Message-ID: <8kn0ac$64c1@imsp212.netvigator.com> NNTP-Posting-Host: wtstnt02204.netvigator.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com If my program allocates DOS memory via __dpmi_allocate_dos_memory(), do I have to free it via __dpmi_free_dos_memory() before my programs exits? Would the DPMI host 'clean up the mess' for me? Thanks.