Memory Leak? (General questions)
Hi,
I'm trying to track a memory leak problem in my app that can perform the following steps several times:
get_State()
put_Compression(9)
put_LicenseKey()
put_Blocking()
put_Hostname()
put_Login()
put_Password()
Connect()
PutFile()
Disconnect()
The instance of wodSFTP is created once and released when my app shuts down.
I notice that after passing the necessary information to the properties and calling Connect(), my app jumps up in memory usage. Once it finishes calling PutFile() and Disconnect(), the memory usage stays the same till the next time it performs the same steps. The memory slowly increases without dropping. I hoped that calling Disconnect() will lower the memory usage but it doesn't or very little.
I used the UMDH tool from Microsoft to help determine the location of the leak. The results point to the call to Connect().
I'm trying to determine if it's something in my app that could be also causing the problem. But if anyone notices this problem on their side, it would be nice to know.
Thanks.
Ed
Complete thread:
- Memory Leak? - e_lee, 2009-06-11, 22:39
- Re: Memory Leak? - wodDamir, 2009-06-11, 22:55
- Re: Memory Leak? - e_lee, 2009-06-11, 23:06
- Re: Memory Leak? - wodDamir, 2009-06-12, 00:06
- Re: Memory Leak? - e_lee, 2009-06-12, 00:21
- Re: Memory Leak? - wodDamir, 2009-06-12, 08:33
- Re: Memory Leak? - e_lee, 2009-06-12, 15:50
- Re: Memory Leak? - wodDamir, 2009-06-12, 15:52
- Re: Memory Leak? - e_lee, 2009-06-16, 16:31
- Re: Memory Leak? - woddrazen, 2009-06-16, 16:54
- Re: Memory Leak? - e_lee, 2009-06-16, 17:01
- Re: Memory Leak? - e_lee, 2009-06-18, 18:32
- Re: Memory Leak? - woddrazen, 2009-06-18, 20:20
- Re: Memory Leak? - e_lee, 2009-06-18, 18:32
- Re: Memory Leak? - e_lee, 2009-06-16, 17:01
- Re: Memory Leak? - woddrazen, 2009-06-16, 16:54
- Re: Memory Leak? - e_lee, 2009-06-16, 16:31
- Re: Memory Leak? - wodDamir, 2009-06-12, 15:52
- Re: Memory Leak? - e_lee, 2009-06-12, 15:50
- Re: Memory Leak? - wodDamir, 2009-06-12, 08:33
- Re: Memory Leak? - e_lee, 2009-06-12, 00:21
- Re: Memory Leak? - wodDamir, 2009-06-12, 00:06
- Re: Memory Leak? - e_lee, 2009-06-11, 23:06
- Re: Memory Leak? - wodDamir, 2009-06-11, 22:55