mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-23 07:12:56 -05:00
plugged mem-leak introduced by last commit
more for ITS#7066
This commit is contained in:
parent
0e70713702
commit
72483b1d72
1 changed files with 5 additions and 0 deletions
|
|
@ -7072,6 +7072,11 @@ config_back_db_close( BackendDB *be, ConfigReply *cr )
|
|||
backend_shutdown( &cfb->cb_db );
|
||||
}
|
||||
|
||||
if ( defacl_parsed ) {
|
||||
acl_free( defacl_parsed );
|
||||
defacl_parsed = NULL;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue