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
+1 -1
View File
@@ -1106,7 +1106,7 @@ int GameObserver::targetListIsSet(MTGCardInstance * card)
return (targetChooser->targetListSet()); return (targetChooser->targetListSet());
} }
else else
targetChooser = NULL; SAFE_DELETE(targetChooser);
return 0; return 0;
} }