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:
iobyte 2020-06-02 23:30:54 +00:00
parent e13d596f0c
commit 25315d2e21

View file

@ -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(){