examples: add eal cleanup to examples
[dpdk.git] / examples / vhost_blk / vhost_blk.c
index 54f81b3..fe2b4e4 100644 (file)
@@ -907,5 +907,8 @@ int main(int argc, char *argv[])
        while (1)
                sleep(1);
 
+       /* clean up the EAL */
+       rte_eal_cleanup();
+
        return 0;
 }