Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5906


Ignore:
Timestamp:
Oct 8, 2009, 5:29:27 PM (15 years ago)
Author:
rgrieder
Message:

Removed an assert because the SignalHandler seems to have the affect that static variables get destroyed after all.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/libraries/core/ScopedSingletonManager.h

    r5877 r5906  
    8686        ~ClassScopedSingletonManager()
    8787        {
    88             assert(singletonPtr_ == NULL);
     88            //assert(singletonPtr_ == NULL); // Might get triggered in the SignalHandler
    8989            ScopedSingletonManager::removeManager(this);
    9090        }
Note: See TracChangeset for help on using the changeset viewer.