]> git.droids-corp.org - dpdk.git/blobdiff - examples/ipv4_multicast/main.c
examples: add eal cleanup to examples
[dpdk.git] / examples / ipv4_multicast / main.c
index e18726a5d2b67fcc8a5c4d281b142a15a27957a8..fd6207a18b799959a4449be5bf99401e5f8eb757 100644 (file)
@@ -805,5 +805,8 @@ main(int argc, char **argv)
                        return -1;
        }
 
+       /* clean up the EAL */
+       rte_eal_cleanup();
+
        return 0;
 }