memleak fix.

This commit is contained in:
Bernhard Amann 2011-12-06 10:56:26 -08:00
parent ca17a1cf46
commit a0da991030

View file

@ -115,8 +115,8 @@ LogVal::~LogVal()
delete [] val.vector_val.vals;
}
// if ( type == TYPE_PORT && present )
// delete val.port_val.proto;
if ( type == TYPE_PORT && present )
delete val.port_val.proto;
}