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