2fecc39 Ticket #48226 - In MMR, double free coould occur under some special condition

Authored and Committed by nhosoi 8 years ago
    Ticket #48226 - In MMR, double free coould occur under some special condition
    
    Description: commit a0f8e0f981a046882db299a7a6d6d1c01bc19571 introduced
    a memory leak in the case of resolve_attribute_state_present_to_deleted.
    In the case, csnset is not consumed.  Thus, it has to be freed by csnset_
    free.
    
    https://fedorahosted.org/389/ticket/48226
    
    Reviewed by mreynolds@redhat.com (Thank you, Mark!!)
    
    (cherry picked from commit b26ec6762fe2b5d37ade59243086cfd2308e8f0a)
    (cherry picked from commit 4a3efc3330a034fa485f33e453054758561d4cea)
    
        
file modified
+11 -11