Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!samsung!rex!uflorida!mephisto!udel!udccvax1!sun.udel.edu!whipple From: whipple@sun.udel.edu (Peter Adams Whipple) Newsgroups: comp.lang.c Subject: Re: free (NULL); Keywords: free Message-ID: <10972@sun.udel.edu> Date: 8 May 90 12:52:51 GMT References: <1194@wet.UUCP> Reply-To: whipple@sun.udel.edu (Peter Adams Whipple) Organization: University of Delaware Lines: 11 In article <1194@wet.UUCP> noah@wet.UUCP (Noah Spurrier) writes: > >Will angry things happen if I try to free(NULL) ? > >yours, > >Noah Spurrier >noah@WET.UUCP According to the MSC 5.1 manual, no. Other compiler libraries may vary.