Message-ID: <330CBD87.5B1F@post.comstar.ru> Date: Thu, 20 Feb 1997 13:09:27 -0800 From: Dim Zegebart Reply-To: zager AT post DOT comstar DOT ru Organization: zager AT post DOT comstar DOT ru MIME-Version: 1.0 To: DJGPP Mail List Subject: free() ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, Assume we have: void foo(void) { int x; x=5; [snip] free(&x); } What will happens in line free(&x) ? Is it correct ? (I know, it's not correct. But what will happens ?) -- Regards, Dim Zegebart, Moscow Russia.