- free(ts)

This commit is contained in:
Christian Schlittchen 2002-08-04 20:35:28 +00:00
parent 4a42c3c6b7
commit eda87d06b7
1 changed files with 2 additions and 0 deletions

View File

@ -7179,6 +7179,8 @@ sp_destroy_curse(castorder *co)
mage, mage->region, strdup(co->order))); mage, mage->region, strdup(co->order)));
} }
if(ts != NULL) free(ts);
return cast_level; return cast_level;
} }