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