mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Import memory leak fix from devel.
This commit is contained in:
parent
4ed4e8b3df
commit
eea4ee93e3
@ -282,6 +282,8 @@ main( int argc, char **argv )
|
||||
}
|
||||
(void) memcpy( (char *) &pid,
|
||||
data.dptr, sizeof(ID) );
|
||||
|
||||
ldbm_datum_free( db->dbc_db, data);
|
||||
}
|
||||
|
||||
sprintf( buf2, "%c%ld", EQ_PREFIX, pid );
|
||||
|
Loading…
Reference in New Issue
Block a user