fixed a bug

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14870 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
dwetzel 2002-10-29 21:38:21 +00:00
parent f69eaa298f
commit 3cde2f785b

View file

@ -472,6 +472,8 @@ static char rcsId[] = "$Id$";
NSLog(@"GSWStatisticsStore timeInterval=%f",timeInterval);
[self _updatePagesStatisticsForPage:_currentPage
timeInterval:timeInterval];
DESTROY(_currentPage); // otherwise a reload of the statistics page will change this page's stats
}
}
NS_HANDLER