fixed the memleak i introduced.

This commit is contained in:
omegablast2002@yahoo.com
2011-09-19 20:31:36 +00:00
parent bb65d2dc12
commit 839d197835

View File

@@ -1106,7 +1106,7 @@ int GameObserver::targetListIsSet(MTGCardInstance * card)
return (targetChooser->targetListSet());
}
else
targetChooser = NULL;
SAFE_DELETE(targetChooser);
return 0;
}