6c2bb66 Ticket 50308 - Fix memory leaks for repeat binds and replication

Authored and Committed by mreynolds 5 years ago
    Ticket 50308 - Fix memory leaks for repeat binds and replication
    
    Description:  Fixed two memory leaks:
    
        - If a worker thread had multiple binds the "bind dn"
          thread data was leaked.
        - Memory leak when processing changes in the changelog
    
    https://pagure.io/389-ds-base/issue/50308
    
    Reviewed by: firstyear(Thanks!)