Changeset 763 for trunk/src


Ignore:
Timestamp:
Aug 31, 1999, 10:22:27 PM (26 years ago)
Author:
phaller
Message:

Fix: debug version doesn't initialize memory with 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/os2timer.cpp

    r759 r763  
    1 /* $Id: os2timer.cpp,v 1.11 1999-08-31 16:41:48 phaller Exp $ */
     1/* $Id: os2timer.cpp,v 1.12 1999-08-31 20:22:27 phaller Exp $ */
    22
    33/*
     
    7777
    7878OS2TimerResolution::OS2TimerResolution(int dwPeriod)
     79  : next(NULL)
    7980{
    8081  // add to linked list
     
    219220/******************************************************************************/
    220221OS2Timer::OS2Timer() : TimerSem(0), TimerHandle(0), TimerThreadID(0),
    221                   clientCallback(NULL), TimerStatus(Stopped), fFatal(FALSE)
     222                  clientCallback(NULL), TimerStatus(Stopped), fFatal(FALSE),
     223                  next(NULL)
    222224{
    223225  OS2Timer *timer = OS2Timer::timers;
Note: See TracChangeset for help on using the changeset viewer.