Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!caen!uwm.edu!ux1.cso.uiuc.edu!osiris.cso.uiuc.edu!gordon From: gordon@osiris.cso.uiuc.edu (John Gordon) Newsgroups: comp.lang.c Subject: Re: freeing mallocs Message-ID: <1991Apr16.204927.19321@ux1.cso.uiuc.edu> Date: 16 Apr 91 20:49:27 GMT References: <=-4_MX.@cs.widener.edu> Sender: usenet@ux1.cso.uiuc.edu (News) Organization: University of Illinois at Urbana Lines: 3 Freeing arrays depends on how you malloced them in the first place. Did you allocate the thing as 1 big chunk, or element-by-element?