20c2bd0 File descriptor leak in nss responder.

1 file Authored by mzidek 11 years ago, Committed by jhrozek 11 years ago,
    File descriptor leak in nss responder.
    
    File descriptors leaked every time sss_mmap_cache_reinit was
    called and also the old memory cache was still maped in memory
    (munmap was not called). This patch adds destructor for memory
    cache context to call close() and munmap() automaticly.
    
    https://fedorahosted.org/sssd/ticket/1826