Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!pilchuck!dataio!fnx!nazgul!bright From: bright@nazgul.UUCP (Walter Bright) Newsgroups: comp.os.msdos.programmer Subject: Re: free() question Message-ID: <251@nazgul.UUCP> Date: 26 Jan 91 17:33:18 GMT References: <8822@star.cs.vu.nl> Reply-To: bright@nazgul.UUCP (Walter Bright) Organization: Zortech, Seattle Lines: 4 In article <8822@star.cs.vu.nl> tamboer@cs.vu.nl (Tamboer Erik) writes: /Is it safe to free() a block of memory that has already been free()d? No. On many implementations, this will cause your program to crash.