Ignore:
Timestamp:
Mar 12, 2010, 11:05:02 AM (14 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/system/Timer.cpp

    r7536 r7758  
    9797        reset(); // cause the sleep to abort
    9898        SystemQueue::instance().dropAll(this);
    99         timerThread->join();
     99        if(timerThread != NULL)
     100                timerThread->join();
    100101}
    101102
Note: See TracChangeset for help on using the changeset viewer.