- From: Henrik Frystyk Nielsen <frystyk@w3.org>
- Date: Wed, 07 Jul 1999 12:13:04 -0400
- To: Vipul Doshi <v_doshi@hotmail.com>, www-lib@w3.org
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