Re: HTLoadAnchorToChunk help!!

At 16:31 7/6/99 -0400, Vipul Doshi wrote:
>
>	if (chunk) {
>	    char * string = HTChunk_toCString(chunk);
>
>		printf("%s", string ? string : "no text");
>	    HT_FREE(string);
>	}
>
>
>    HTFormat_deleteAll();
>	HTRequest_delete(request);

Try and remove the HTFormat_deleteAll() line and see if that works better.

Henrik
--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk

Received on Wednesday, 7 July 1999 12:13:08 UTC