mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-18 12:54:09 -05:00
plug memleak in alternate print_entry()
This commit is contained in:
parent
574ca540d4
commit
7a720d4b40
1 changed files with 1 additions and 1 deletions
|
|
@ -1367,7 +1367,7 @@ print_entry(
|
|||
bvals[ i ].bv_val, bvals[ i ].bv_len );
|
||||
}
|
||||
}
|
||||
ber_memfree( bvals );
|
||||
ber_bvarray_free( bvals );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue