examples: add eal cleanup to examples
[dpdk.git] / examples / pipeline / main.c
index fb57ef3..8ea19f9 100644 (file)
@@ -190,4 +190,7 @@ main(int argc, char **argv)
 
                conn_poll_for_msg(conn);
        }
+
+       /* clean up the EAL */
+       rte_eal_cleanup();
 }