Displaying 2 results from an estimated 2 matches for "flastsocket".
2009 Mar 31
1
Memory Leak when using winsock.shutdown ?
...12 kB
VmRSS: 4112 kB
....
If I stop the http-requests of the client-application the VmRSS-growth of
my server-application stops too.
I found, that opening and closing of a tcp-socket is the cause of memory growth.
I detected that the api-function (used by indy components)
winsock.shutdown(FLastsocket,1);
is the cause of the memory leak.
All other functions of my application work fine.
Is there any solution ?
2009 Jun 06
1
Memory Leak when using winsock.shutdown ?
...12 kB
VmRSS: 4112 kB
....
If I stop the http-requests of the client-application the VmRSS-growth of
my server-application stops too.
I found, that opening and closing of a tcp-socket is the cause of memory growth.
I detected that the api-function (used by indy components)
winsock.shutdown(FLastsocket,1);
is the cause of the memory leak.
All other functions of my application work fine.
Is there any solution ?