Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!bu-cs!purdue!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: What if I don't free() all my dynamically allocated memory? Message-ID: <9996@smoke.BRL.MIL> Date: 6 Apr 89 22:00:34 GMT References: <2580@ssc-vax.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 6 In article <2580@ssc-vax.UUCP> dmg@ssc-vax.UUCP (David Geary) writes: - Anyway, I'm wondering if it's ok for me to just leave the freeing - out altogether. Unix will free all of my resources for me anyway - right? Is there any problem with doing this? No problem.