Jeck - Fixed issue 361.

This commit is contained in:
wagic.jeck
2010-02-25 14:10:13 +00:00
parent ff6f437e9a
commit febad680b1
3 changed files with 23 additions and 21 deletions
+1 -2
View File
@@ -845,8 +845,7 @@ int MTGSets::size(){
//MTGSetInfo
MTGSetInfo::~MTGSetInfo(){
if(mPack != MTGPacks::getDefault())
SAFE_DELETE(mPack);
SAFE_DELETE(mPack);
}
MTGSetInfo::MTGSetInfo(string _id) {
string whitespaces (" \t\f\v\n\r");