From 8f719a7b2d8de79d8f456ef30ddde5f30100f18a Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 5 Aug 2007 21:20:55 +0000 Subject: (svn r10799) -Fix: only calling QuickFree and not the destructor on pool cleanups might cause memory leaks due to the way C++ works. --- src/group.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/group.h') diff --git a/src/group.h b/src/group.h index b4303e70c..e5c10a59f 100644 --- a/src/group.h +++ b/src/group.h @@ -29,8 +29,6 @@ struct Group : PoolItem { Group(StringID str = STR_NULL); virtual ~Group(); - void QuickFree(); - bool IsValid() const; }; -- cgit v1.2.3-70-g09d2