Ejemplo n.º 1
0
void
cut_teardown(void)
{
  keys_free();
  keys_and_values_free();
  teardown_hash_common();
}
Ejemplo n.º 2
0
void
cut_teardown(void)
{
  if (ids)
    g_array_free(ids, TRUE);
  teardown_hash_common();
}