From 3cde2f785b3a920e7a1d77e04a0b936b13e96a4c Mon Sep 17 00:00:00 2001 From: dwetzel Date: Tue, 29 Oct 2002 21:38:21 +0000 Subject: [PATCH] fixed a bug git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14870 72102866-910b-0410-8b05-ffd578937521 --- GSWeb.framework/GSWStatisticsStore.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GSWeb.framework/GSWStatisticsStore.m b/GSWeb.framework/GSWStatisticsStore.m index ed5081c..5868b30 100644 --- a/GSWeb.framework/GSWStatisticsStore.m +++ b/GSWeb.framework/GSWStatisticsStore.m @@ -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