- 
    Type:
Bug
 - 
    Resolution: Fixed
 - 
    Priority:
Major - P3
 - 
    Affects Version/s: None
 - 
    Component/s: None
 - 
    None
 
- 
        None
 
- 
        None
 - 
        None
 - 
        None
 - 
        None
 - 
        None
 - 
        None
 
Running tests with instruments flags leaks in our secure transport SSL implementation.
Offending code seems to be here.
   id = SecIdentityCreate (kCFAllocatorDefault, cert, key);
   secure_transport->my_cert =
      CFArrayCreateMutableCopy (kCFAllocatorDefault, (CFIndex) 2, items);
   CFArraySetValueAtIndex (secure_transport->my_cert, 0, id);
   CFArraySetValueAtIndex (secure_transport->my_cert, 1, cert);
And here:
secure_transport->anchors = CFRetain (anchors);
- related to
 - 
                    
CDRIVER-2529 Consider using memory checking tools on Darwin and Windows
-         
 - Backlog
 
 -