Date: Mon, 16 Dec 2002 07:44:12 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Lars Hansen cc: djgpp AT delorie DOT com Subject: Re: problem with malloc and free In-Reply-To: <003a01c2a40f$201f92c0$0b01a8c0@LarsAthlonXP> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 15 Dec 2002, Lars Hansen wrote: > Could there be some sort of caching "issue" which makes > djgpp use the not just saved file or WIndows to execute the not new > compiled version but the old one ? No, there is no such caching, neither in Windows nor in DJGPP. I'm guessing that somehow, the first recompile didn't work, and the executable program was not recreated, perhaps due to some mistake in how you issued the compilation command.