Date: Sun, 11 Aug 1996 11:20:25 +0200 (IST) From: Eli Zaretskii To: john miller Cc: djgpp AT delorie DOT com Subject: Re: Freeing and not freeing Windoze memory In-Reply-To: <4ugt9j$3mn@lastactionhero.rs.itd.umich.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 10 Aug 1996, john miller wrote: > Under DOS I believe that it is not necessary to free malloced memory > because DOS reclaims all of the memory when the program ends. Is the > same true under Windoze and Windoze 95? It is the same under any operating system. When a program exits, all its memory is freed by the OS.