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