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