- Lord+Regenerate (zombie master) memory leak fix
- "... All" memory leak fix
- Sacrifice target memory leak fix
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-06-26 11:38:53 +00:00
parent 708af7b675
commit 910401a2e5
4 changed files with 13 additions and 0 deletions
+4
View File
@@ -7,6 +7,10 @@ ExtraCost::ExtraCost( TargetChooser *_tc):tc(_tc){
}
ExtraCost::~ExtraCost(){
SAFE_DELETE(tc);
}
int ExtraCost::setSource(MTGCardInstance * _source){
source=_source;