Merge branch 'release-774'

Conflicts:
	shared/src/gamecode/market_test.c
	shared/src/kernel/item.c
	shared/src/kernel/item_test.c
	shared/src/tests.c
	shared/src/tests_test.c
This commit is contained in:
Enno Rehling 2012-05-30 08:12:46 +02:00
commit 46d02cf226
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ void test_cleanup(void)
global.functions.maintenance = NULL; global.functions.maintenance = NULL;
global.functions.wage = NULL; global.functions.wage = NULL;
default_locale = 0; default_locale = 0;
free_locales(); /* TODO: this is evil and leaky */ free_locales();
free_spells(); free_spells();
free_spellbooks(); free_spellbooks();
free_gamedata(); free_gamedata();