[api] Setting global objects to NULL on teardown

This commit is contained in:
Al
2015-09-28 17:27:57 -04:00
parent abfa744d59
commit 12816d0e95
2 changed files with 2 additions and 0 deletions

View File

@@ -1919,5 +1919,6 @@ bool transliteration_module_setup(char *filename) {
void transliteration_module_teardown(void) {
transliteration_table_destroy();
trans_table = NULL;
}