plug memleak in alternate print_entry()

This commit is contained in:
Howard Chu 2003-05-12 14:29:35 +00:00
parent 574ca540d4
commit 7a720d4b40

View File

@ -1367,7 +1367,7 @@ print_entry(
bvals[ i ].bv_val, bvals[ i ].bv_len );
}
}
ber_memfree( bvals );
ber_bvarray_free( bvals );
}
}