• J
    Resolve memory leak found by valgrind · 2f3e7f1e
    John Ferlan 提交于
    Commit '6afdfc8e' adjusted the exit and error paths to go through the error
    and cleanup labels, but neglected to remove the return ret prior to cleanup.
    Also noted the 'type' xml string fetch was never checked for NULL which
    could lead to some interesting results.
    2f3e7f1e
storage_conf.c 65.8 KB