hack: do not free faction when we destroy it (issue #451)

This commit is contained in:
Enno Rehling 2016-01-11 14:01:55 +01:00
parent 05c53735c6
commit 8742317979
1 changed files with 0 additions and 1 deletions

View File

@ -423,7 +423,6 @@ void destroyfaction(faction ** fp)
} }
funhash(f); funhash(f);
free_faction(f);
/* units of other factions that were disguised as this faction /* units of other factions that were disguised as this faction
* have their disguise replaced by ordinary faction hiding. */ * have their disguise replaced by ordinary faction hiding. */