Print this page
patch tsoome-feedback

@@ -22,12 +22,10 @@
 /*
  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
-#pragma ident   "%Z%%M% %I%     %E% SMI"
-
 #include <sys/fm/protocol.h>
 #include <limits.h>
 
 #include <fmd_alloc.h>
 #include <fmd_subr.h>

@@ -220,11 +218,10 @@
         case FMD_EVT_TOPO:
                 fmd_topo_rele(ep->ev_data);
                 break;
         }
 
-        if (ep->ev_nvl != NULL)
                 nvlist_free(ep->ev_nvl);
 
         fmd_free(ep, sizeof (fmd_event_impl_t));
 }