Print this page
6659 nvlist_free(NULL) is a no-op

*** 341,351 **** *ret_nvl = nvl; return (DDI_SUCCESS); err: - if (sub_nvl) nvlist_free(sub_nvl); nvlist_free(nvl); *ret_nvl = NULL; return (DDI_FAILURE); } --- 341,350 ----