Operating System - HP-UX
1830657 Members
29857 Online
110015 Solutions
New Discussion

memory leak in libtt(ToolTalk)

 
kalikiri
New Member

memory leak in libtt(ToolTalk)

wsinfo.c is a demo program which illustrates the usage of various desktop functions (defined in DtSvc library). Wsinfo.c program shows the current workspace information and updates that information when a workspace switch occurs.(the demo program is attached)

There is a memory leak when the workspace switch is done rapidly. This leak can also be observed in dtwm(The CDE Window Manager) when workspace switch is done rapidly.

ToolTalk service enables the two applications (wsinfo.c and dtwm) to communicate using ToolTalk messages.

I suspect the memory leak may be due to ToolTalk library libtt.*

Any thoughts or suggestions regarding the problem stated above is appreciated.