e56a2fa Issue 50984 - Memory leaks in disk monitoring

Authored and Committed by spichugi 4 years ago
    Issue 50984 - Memory leaks in disk monitoring
    
    Description: Memory leaks are reported by the disk monitoring test suite.
    The direct leak is related to char **dirs array which is not freed at all.
    Free the array when we clean up or go to shutdown.
    
    https://pagure.io/389-ds-base/issue/50984
    
    Reviewed by: firstyear, tbordaz (Thanks!)
    
        
file modified
+10 -7