Archived Forum Post

Index of archived forum posts

Question:

Memory leak. DELPHI

Nov 05 '14 at 14:27

Hello all ! I have a Problem. Apologize for my bad english. In multithreading I send Get and Post requests (CkHttp__quickGetStr , CkHttp_PostUrlEncoded) . Appears very big memory leak, and it becomes more. Send request in a cycle of about 2 minutes a memory leak may reach 1GB . I use the CkHttp_ClearInMemoryCookies , CkHttp_Dispose. what is it? how to fix memory leaks?


Answer

by experimentation, I realized that the memory has been receiving responses from the post request. How to clear the response?