diff options
| author | Noriko Hosoi <nhosoi@redhat.com> | 2010-02-08 08:49:51 -0800 |
|---|---|---|
| committer | Noriko Hosoi <nhosoi@redhat.com> | 2010-02-08 08:49:51 -0800 |
| commit | 571f580206b38cc92b87c7458a42f2b1a4789830 (patch) | |
| tree | ed77ae101fdbb215b2e39cd29fb7898906cd2623 /ldap/admin/src/scripts/DialogManager.pm | |
| parent | 5c859f5b94527d30f6991a856840222216395b6d (diff) | |
548535 - memory leak in attrcrypt
https://bugzilla.redhat.com/show_bug.cgi?id=548535
Description:
The attrcrypt module maintains the inst_attrcrypt_state_private
field in the instance structure (ldbm_instance) to store the private
keys. The area and the space for the private keys are allocated in
attrcrypt_init which is called from dblayer_instance_start.
A backend instance could be closed and restarted multiple times
(for instance, in the bulk_import, which is used by the replica
initialization), but the area had no chance to be freed.
This patch is adding the clean-up code.
Diffstat (limited to 'ldap/admin/src/scripts/DialogManager.pm')
0 files changed, 0 insertions, 0 deletions
