[Plib-users] Memory Leak Problems
Brought to you by:
sjbaker
From: Marc M. <mav...@gm...> - 2005-03-12 07:12:15
|
Hello, What are the requirements in terms of cleanup when terminating a plib application? It appears as though all of the PLIB examples just use 'exit(0);' and work fine. But in my program (I am using Win32 API, not GLUT), I get memory leaks whenever I exit the program. I've narrowed the cause to the calling of ssgInit();. In this function, it is the line 'new ssgContext' causing the leak. Thanks, Marc |