summaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2011-01-25 19:22:08 +0100
committerReiner Herrmann <reiner@reiner-h.de>2011-01-25 19:22:08 +0100
commit139266e8036b1d824a0a6dfb8bfd0cd6f6c143a3 (patch)
tree24c1c5cce5a6c5360f49835d3ce72e31572ba53b /src/game.c
parent3c592ecc32e4399372f26605aed2156816bcf86c (diff)
free data store at end
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.c b/src/game.c
index 9810e9f..62d1155 100644
--- a/src/game.c
+++ b/src/game.c
@@ -159,4 +159,6 @@ void start_game(const bool servermode, const char* addr, const char* port)
ui_fini();
}
+
+ destroy_data_store();
}