Exemplo n.º 1
0
void ami_hotlist_free(const char *hotlist_file)
{
	ami_tree_destroy(hotlist_window);
	hotlist_window = NULL;
}
Exemplo n.º 2
0
void ami_cookies_free()
{
	cookies_cleanup();
	ami_tree_destroy(cookies_window);
	cookies_window = NULL;
}
Exemplo n.º 3
0
void ami_global_history_free()
{
	history_global_cleanup();
	ami_tree_destroy(global_history_window);
	global_history_window = NULL;
}
Exemplo n.º 4
0
void ami_ssl_free(struct treeview_window *twin)
{
	ami_tree_destroy(twin);
}