always invalidate freed memory\!

This commit is contained in:
Pierangelo Masarati 2005-01-18 09:29:14 +00:00
parent 8b26737c27
commit 71ea8bb244

View file

@ -594,6 +594,7 @@ fe_op_bind( Operation *op, SlapReply *rs )
} else if ( !BER_BVISNULL( &op->orb_edn ) ) {
free( op->orb_edn.bv_val );
BER_BVZERO( &op->orb_edn );
}
} else {