705e280 Fix ressource leak in client/config.c get_config_entry

1 file Authored by twoerner 5 years ago, Committed by cheimes 5 years ago,
    Fix ressource leak in client/config.c get_config_entry
    
    The leak happens due to using strndup to create a temporary string without
    freeing it afterwards.
    
    See: https://pagure.io/freeipa/issue/7738
    Signed-off-by: Thomas Woerner <twoerner@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>
    
        
file modified
+2 -1