From dd5f48e003dbdcdeaa7057524967626b2826e5b5 Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Tue, 22 Jan 2013 11:04:29 -0600 Subject: [PATCH] Missed a line that should have been in last commit. --- src/FileAnalysisManager.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/FileAnalysisManager.cc b/src/FileAnalysisManager.cc index 724c9dc984..e8616df8ad 100644 --- a/src/FileAnalysisManager.cc +++ b/src/FileAnalysisManager.cc @@ -88,6 +88,7 @@ Info::Info(const string& file_id, Connection* conn, const string& protocol) Info::~Info() { for ( size_t i = 0; i < analyzers.size(); ++i ) + delete analyzers[i]; DBG_LOG(DBG_FILE_ANALYSIS, "Destroying Info object %s", FileID().c_str()); Unref(val);