Home
last modified time | relevance | path

Searched refs:freed_plants (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.c5968 LiVESList *pinfo = NULL, *list, *freed_plants = NULL, *hostinfo_ptrs = NULL; in weed_unload_all() local
5992 weed_filter_free(filter, &freed_plants); in weed_unload_all()
5993 lives_list_free(freed_plants); in weed_unload_all()
5994 freed_plants = NULL; in weed_unload_all()
5997 freed_plants = weed_get_voidptr_value(plugin_info, WEED_LEAF_FREED_PLANTS, NULL); in weed_unload_all()
5998 weed_filter_free(filter, &freed_plants); in weed_unload_all()
6003 freed_plants = NULL; in weed_unload_all()
6026 freed_plants = weed_get_voidptr_value(plugin_info, WEED_LEAF_FREED_PLANTS, NULL); in weed_unload_all()
6027 if (freed_plants) { in weed_unload_all()
6028 lives_list_free(freed_plants); in weed_unload_all()
[all …]