memleak fix.

This commit is contained in:
Bernhard Amann 2011-12-06 10:56:26 -08:00
parent 9f32f68a13
commit eb64eeedcd

View file

@ -119,8 +119,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;
}