Date: Tue, 21 Dec 93 11:19:09 -0500 From: DJ Delorie To: peprbv AT cfa0 DOT harvard DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: freeing DOS memory > If I allocate DOS memory using _go32_dpmi_allocate_dos_memory() and terminate > without freeing the memory, do I create a memory leak in any environment? You might, but I think DOS is smart enough to handle this gracefully. I don't suggest relying on it, though.