1279f0e Ticket #47890 - minor memory leaks in utilities

Authored and Committed by nhosoi 9 years ago
    Ticket #47890 - minor memory leaks in utilities
    
    Description:
    tools/rsearch/nametable.c - if nt_push fails and the strdup'ed
                                string is not pushed to the table,
                                free the string.
    tools/migratecred.c - free strdup'ed strings oldpath, newpath,
                          prefixCred, and pluginpath at the end of
                          the process.
    
    https://fedorahosted.org/389/ticket/47890
    
    Reviewed by mreynolds@redhat.com (Thank you, Mark!!)