Example #1
0
static void teardown(void) {
  teardown_fixture_path();
  if (document) {
   free(document);
  }

  free_item_cache(item_cache);
}
static void teardown_engine() {
  teardown_fixture_path();
  free_classification_engine(ce);
  free_item_cache(item_cache);
}
Example #3
0
static void free_document(void) {
    teardown_fixture_path();
    if (document) {
        free(document);
    }
}