f58f732 Ticket 50857 - Memory leak in ACI using IP subject

Authored and Committed by tbordaz 4 years ago
    Ticket 50857 - Memory leak in ACI using IP subject
    
    Bug Description:
    	When a ACI is evaluated (LASIpEval) a context (cookie) is allocated.
    	At the end of the connection, the context is freed
    	via a callback (LASIpFlush).
    	The context contains two LASIpTree_t tree (ipv4 and ipv6)
    	In free callback, only ipv4 tree is freed
    
    Fix Description:
    	Free ipv6 tree in LASIpTree
    
    https://pagure.io/389-ds-base/issue/50857
    
    Reviewed by: Mark Reynolds
    
    Platforms tested: F31
    
    Flag Day: no
    
    Doc impact: no
    
        
file modified
+1 -0