vhost: fix packed ring index wrapping
[dpdk.git] / examples / vm_power_manager / main.c
index 799d7b9..7d5bf68 100644 (file)
@@ -468,5 +468,8 @@ main(int argc, char **argv)
 
        free(ci->cd);
 
+       /* clean up the EAL */
+       rte_eal_cleanup();
+
        return 0;
 }