[Plib-users] Deleting the _ssgCurrentContext
Brought to you by:
sjbaker
From: <wa...@wr...> - 2004-08-12 19:17:23
|
Why doesn't the _ssgCurrentContext get deleted on it's own when I delete the Scene Root during my deconstruction? I have to manually call delete _ssgCurrentContext; in order to prevent a memory leak. Am I doing something wrong or is this the way it is supposed to be? Is there a function I can call that cleans up what ssgInit() does? Just curious, -Jason |