<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2658.24">
<TITLE>Free_extended_data() called twice</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Sorry for posting so many messages but...</FONT>
</P>

<P><FONT SIZE=2>I suspect a problem at the end of several CGI's execution. In extinfo, for example, at the end of main(), it calls free_memory, and then free_extended_data. But free_memory itself calls free_object_data, which calls free_extended_data. So, free_extended_data is called twice and, the second time, it frees again his pointers (that's why I try to always set the pointers to NULL after freeing them, even when I won't use them any more).</FONT></P>

<P><FONT SIZE=2>Not sure, but if I am right, one of the calls should be suppressed.</FONT>
</P>

</BODY>
</HTML>