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