forked from github/server
ick. memory corruption
This commit is contained in:
parent
517f8e3f81
commit
77e16e0645
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ autoseed(newfaction ** players, int nsize, boolean new_island)
|
|||
}
|
||||
else nfp = &nf->next;
|
||||
}
|
||||
*players = nextf;
|
||||
*players = nextf->next;
|
||||
free_newfaction(nextf);
|
||||
|
||||
++psize;
|
||||
|
|
Loading…
Reference in a new issue