examples: add eal cleanup to examples
[dpdk.git] / examples / service_cores / main.c
index 0b3d8c8..2b57a52 100644 (file)
@@ -220,5 +220,8 @@ main(int argc, char **argv)
                        i = 0;
        }
 
+       /* clean up the EAL */
+       rte_eal_cleanup();
+
        return 0;
 }