summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--profile/statsd-stress.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/profile/statsd-stress.c b/profile/statsd-stress.c
index 6db2cd84b9..1350f25f4b 100644
--- a/profile/statsd-stress.c
+++ b/profile/statsd-stress.c
@@ -90,6 +90,8 @@ static void *spam_thread(void *__data) {
}
}
+ free(packets);
+ free(lengths);
close(s);
return NULL;
}