https://stackoverflow.com/questions/46862820/dcef-memory-leak-in-delphi-xe2

https://stackoverflow.com/questions/46862820/dcef-memory-leak-in-delphi-xe2

Does anybody has idea of why this happens and how to fix it ?
https://stackoverflow.com/questions/46862820/dcef-memory-leak-in-delphi-xe2

Comments

  1. David Heffernan When I found problem in delphi code then track native allocations is imho great. Why do I need a call stack of code that I do not have access to?

    ReplyDelete
  2. Jacek Laskowski I have no idea what you are talking about. If you want to ignore the call stack, you can. It doesn't make much sense though because the call stack is often very important to help you identify which object is being leaked.

    I still don't think you understand my comment at all. For sure you can use FastMM full debug leak tracing. But it will yield exactly the same information as presented in the OP! Why would the asker want to spend time obtaining the same information in a different way?

    ReplyDelete
  3. I can confirm CEF4Delphi fixed this issue. No memory leaks here.

    ReplyDelete

Post a Comment