Hello, I'm using ICS HttpServer and I have a code:
ClientCnx.DocStream := TMemoryStream.Create; ClientCnx.DocStream.Write(Header[1], Length(Header)); ClientCnx.DocStream.CopyFrom(MS2, MS2.Size); MS2.Free; ClientCnx.SendStream; Some times the FastMM memory leak tool reports memory leak in line: ClientCnx.DocStream := TMemoryStream.Create; Why? do I have to release this stream?Where is the place to do it? Thanks -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be