- fix issue 265
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-12-22 15:04:56 +00:00
parent b762a7e3a9
commit 2984bb7405
4 changed files with 9 additions and 2 deletions

View File

@@ -12,6 +12,10 @@ int CardDescriptor::init(){
attacker = 0;
defenser = NULL;
banding = NULL;
//Remove unnecessary pointers
SAFE_DELETE(untapBlockers);
SAFE_DELETE(counters);
SAFE_DELETE(previous);
return result;
}