aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/oids_test.c')
-rw-r--r--epan/oids_test.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/oids_test.c b/epan/oids_test.c
index 3a0fa7d6e3..8825d3c118 100644
--- a/epan/oids_test.c
+++ b/epan/oids_test.c
@@ -27,7 +27,6 @@
#include <string.h>
#include <glib.h>
-#include "emem.h"
#include "oids.h"
#include "wmem/wmem.h"
@@ -496,10 +495,6 @@ main(int argc, char **argv)
oids_cleanup();
wmem_destroy_allocator(test_scope);
wmem_cleanup();
- /*
- * This might have been a good place for a call to ep_free_all() but that is not part of the
- * public interface for emem.h
- */
return result;
}