-/* Copyright (C) 2003 MORIOKA Tomohiko
+/* Copyright (C) 2003,2004 MORIOKA Tomohiko
This file is part of the CHISE Library.
The CHISE Library is free software; you can redistribute it and/or
if (ds->location != NULL)
free (ds->location);
if (ds->feature_names != NULL)
- free (ds->feature_names);
+ chise_destroy_name_table (ds->feature_names);
if (ds->ccs_names != NULL)
- free (ds->ccs_names);
+ chise_destroy_name_table (ds->ccs_names);
free (ds);
return 0;
}