]> git.droids-corp.org - dpdk.git/blobdiff - examples/vhost_blk/vhost_blk.c
event/cnxk: fix clang build on Arm
[dpdk.git] / examples / vhost_blk / vhost_blk.c
index 54f81b334d8564d2683479560899a0bcb2f9c851..fe2b4e480373ad3646e82d3d09110d3499e42846 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;
 }