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

*** 339,349 **** *ret_nvl = nvl; return (DDI_SUCCESS); err: - if (sub_nvl) nvlist_free(sub_nvl); nvlist_free(nvl); *ret_nvl = NULL; return (DDI_FAILURE); } --- 339,348 ----