Skip to content

Namedb leak

Dominik Taborsky requested to merge namedb-leak into master

Fixes the possible leak of not closing the DB environment.

Note: There's a race condition on the 'if' - threads may avoid closing the env anyway. To fix that we'd need to introduce locks to namedb.

Merge request reports