1cc27f9 Fix various bugs in ipap11helper

1 file Authored by jcholast 9 years ago, Committed by mkosek 9 years ago,
    Fix various bugs in ipap11helper
    
    Fixes a memory leak, a library handle leak and a double free.
    
    Also remove some redundant NULL checks before free to prevent false positives
    in static code analysis.
    
    https://fedorahosted.org/freeipa/ticket/4651
    
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>