• Show log

    Commit

  • Hash : 2934b447
    Author : punkymaniac
    Date : 2021-06-03T11:21:39

    Fix memory leak in git_smart__connect
    
    The call to git_proxy_options_dup will replace the url pointer of the
    proxy.
    But if the url pointer is already set, the old address will be lost
    forever and will never be free.