Erwan
- Lord+Regenerate (zombie master) memory leak fix - "... All" memory leak fix - Sacrifice target memory leak fix
This commit is contained in:
@@ -7,6 +7,10 @@ ExtraCost::ExtraCost( TargetChooser *_tc):tc(_tc){
|
||||
|
||||
}
|
||||
|
||||
ExtraCost::~ExtraCost(){
|
||||
SAFE_DELETE(tc);
|
||||
}
|
||||
|
||||
|
||||
int ExtraCost::setSource(MTGCardInstance * _source){
|
||||
source=_source;
|
||||
|
||||
Reference in New Issue
Block a user