diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-16 02:45:20 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-16 02:45:20 +0100 |
| commit | 89c5e3062f1c7cca1e410e0cbd7eda1985db39e4 (patch) | |
| tree | 269aa34358927ca82e68cf2602710e5c6a0a0310 /src/main.c | |
| parent | 493b581dfa5a06134f524fe026a2fde5c4a83af5 (diff) | |
| parent | e291d69fa4d865da8c1d6ece46cb149d1cddb9d8 (diff) | |
Merge branch 'master' of ssh://git@wg.reiner-h.de:22003/~git/oxen
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -87,9 +87,7 @@ int main(int argc, char **argv) printf("\n"); // cleanup - for(int i=0; i<players->count; i++) - free(players->names[i]); - free(players); + cleanup_playerlist(players); free(testhand); close(sock); } |
