Jens Geyer created THRIFT-5088: ---------------------------------- Summary: Memory leak in TWinHttpTransport Key: THRIFT-5088 URL: https://issues.apache.org/jira/browse/THRIFT-5088 Project: Thrift Issue Type: Bug Components: Delphi - Library Affects Versions: 0.13.0 Reporter: Jens Geyer Assignee: Jens Geyer Fix For: 0.14.0
There is a piece of code that creates an exception that is never thrown, hence the runtime does not free it. In addition, the case where the WinHTTP client does not receive information about the total response content length needs to be fixed (because it wrongly tries to raise the above exception in that case) -- This message was sent by Atlassian Jira (v8.3.4#803005)