Bugzilla – Bug 4429
Memory leaks when using GSI driver from XIO library.
Last modified: 2006-05-22 18:23:57
You need to log in before you can comment on or make changes to this bug.
GSI driver from XIO library leaks memory per open/close connection. We have implemented client/server software application using GSI and TCP drivers from XIO library. We noticed that using GSI on top of TCP driver, memory leaks about 600-700 bytes per open/close connection. However, when GSI driver is removed from XIO stack, memory leak goes down to zero. We haven't been able to track down to any GSI functions which are responsible to this memory leak.