Index: src/StatPhase.cc =================================================================== RCS file: /surf1/CVS/polygraph/src/StatPhase.cc,v retrieving revision 1.1.1.7 retrieving revision 1.1.1.8 diff -u -r1.1.1.7 -r1.1.1.8 --- StatPhase.cc 1999/03/08 07:56:05 1.1.1.7 +++ StatPhase.cc 1999/04/15 19:20:18 1.1.1.8 @@ -1,6 +1,6 @@ /* - * $Id: StatPhase.cc,v 1.1.1.7 1999/03/08 07:56:05 rousskov Exp $ + * $Id: StatPhase.cc,v 1.1.1.8 1999/04/15 19:20:18 rousskov Exp $ * * * Web Polygraph http://www.ircache.net/Polygraph/ @@ -79,7 +79,7 @@ /* StatPhase */ StatPhase::StatPhase(const char *aName, int aLogTag): - theName(aName), theLogTag(aLogTag), theLock(0) { + theName(aName), theLogTag(aLogTag), theLock(0), theMgr(0) { } void StatPhase::start(StatPhaseMgr *aMgr) {