Missed a line that should have been in last commit.

This commit is contained in:
Jon Siwek 2013-01-22 11:04:29 -06:00
parent 2b7aedc688
commit dd5f48e003

View file

@ -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);