Ejemplo n.º 1
0
void unload()
{
	#ifdef MOD_TEST
		test_unload();
	#else
		benc_unload();
		robk_unload();
		vinh_unload();
		game_unload();
	#endif
}
void
test_shutdown_thetvdb (void)
{
  test_unload ();
  g_clear_pointer (&tmp_dir, g_free);
}
void
test_reset_thetvdb (void)
{
  test_unload ();
  test_setup_thetvdb ();
}