More for prev commit

This commit is contained in:
Howard Chu 2011-01-12 22:48:30 +00:00
parent 758c6e4dc9
commit 62ee62c0b0

View File

@ -103,8 +103,10 @@ monitor_send_children(
rs->sr_flags = 0; rs->sr_flags = 0;
rc = send_search_entry( op, rs ); rc = send_search_entry( op, rs );
rs->sr_entry = NULL; rs->sr_entry = NULL;
if ( rc ) if ( rc ) {
monitor_cache_release( mi, e );
goto freeout; goto freeout;
}
} }
if ( sub ) { if ( sub ) {