Xref: news2.mv.net comp.os.msdos.djgpp:7021 From: jwvm AT elvis DOT umd DOT umich DOT edu (john miller) Newsgroups: comp.os.msdos.djgpp Subject: Freeing and not freeing Windoze memory Date: 10 Aug 1996 02:48:19 GMT Organization: University of Michigan Lines: 11 Message-ID: <4ugt9j$3mn@lastactionhero.rs.itd.umich.edu> NNTP-Posting-Host: elvis.umd.umich.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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? I realize that it is *VERY* poor practice not to free memory in any event. Thanks in advance John Miller