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

@@ -1556,11 +1556,10 @@
                         error = err;
         }
 
         nvlist_free(config);
 
-        if (props)
                 nvlist_free(props);
 
         return (error);
 }