From 0f8e26eb85f86b7b543243f8e98938eeec909e31 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 16 Apr 2013 22:38:20 +0200 Subject: [PATCH] Fix another minor leak. --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 9514270..55548ba 100644 --- a/main.cpp +++ b/main.cpp @@ -406,6 +406,7 @@ start: if (stats_thread != NULL) { stats_thread->stop(); + delete stats_thread; } for (size_t i = 0; i < acceptors.size(); ++i) { acceptors[i]->stop(); -- 2.39.2