0b2f047 Ticket 50472 - memory leak with encryption

Authored and Committed by lkrispen 4 years ago
    Ticket 50472 - memory leak with encryption
    
    Bug: In ssl initialization a lot of memory is allocated by calls to nss functions
    	and not freed
    
    Fix: free all allocations reported by asan
    
    Reviewed by: Mark, thanks
    
        
file modified
+18 -2