disable GfParmReleaseHandle until classes are destroyed in the correct order
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7123 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: e07999f168af73b3c791ec22ec91982e1f55b5ba Former-commit-id: fadcc7bf26a5d6e384d799b23ad11814b0c3eb35
This commit is contained in:
parent
e13d596f0c
commit
25315d2e21
1 changed files with 2 additions and 0 deletions
|
@ -105,8 +105,10 @@ NotificationManager::NotificationManager()
|
|||
|
||||
NotificationManager::~NotificationManager()
|
||||
{
|
||||
#if 0 // enable this code when these classes are deleted in the proper order
|
||||
if (menuXMLDescHdle)
|
||||
GfParmReleaseHandle(menuXMLDescHdle);
|
||||
#endif
|
||||
}
|
||||
|
||||
void NotificationManager::updateStatus(){
|
||||
|
|
Loading…
Reference in a new issue