Fastmm4 and leaking handles...
        Posted  
        
            by JD
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by JD
        
        
        
        Published on 2010-05-26T11:50:11Z
        Indexed on 
            2010/05/26
            12:11 UTC
        
        
        Read the original article
        Hit count: 221
        
delphi
Hi to all,
I have just used FastMM4 to detect leaks. I did not realise our application was using a DLL which was leaking event handles and so I fixed any leaks reported by FastMM4 but not the handles as it was not reported.
My questions are, would have FastMM4 have reported the leaking event handles? Would this require me to rebuild the dlls with FastMM4 included? I also heard someone mention ShareMM, do I need to add that?
I am using Delphi2007, which I think is using the borland memory manager and if so, should I replace it with the fastMM4 one? What are the steps to do that?
Sorry for asking so many questions, I am looking at delphi after a few years of doing .net development.
JD.
© Stack Overflow or respective owner