Searched refs:prop_list (Results 1 – 1 of 1) sorted by relevance
302 static void property_list_free(struct property *prop_list) in property_list_free() argument306 for (prop = prop_list; prop != NULL; prop = next) { in property_list_free()