Print this page
patch tsoome-feedback

@@ -1725,11 +1725,10 @@
                         itree_free_arrowlists(bub, 0);
                 itree_free_bubble(bub);
                 bub = nextbub;
         }
 
-        if (ep->nvp != NULL)
                 nvlist_free(ep->nvp);
         alloc_xfree(ep, sizeof (*ep));
 }
 
 /*ARGSUSED*/

@@ -1757,11 +1756,10 @@
                 itree_prune_arrowlists(bub);
                 itree_free_bubble(bub);
                 bub = nextbub;
         }
 
-        if (ep->nvp != NULL)
                 nvlist_free(ep->nvp);
         ep->props = NULL;
         ep->payloadprops = NULL;
         ep->serdprops = NULL;
         ep->bubbles = NULL;