• Show log

    Commit

  • Hash : 9cfce273
    Author : Russell Belfer
    Date : 2013-12-12T12:11:38

    Cleanups, renames, and leak fixes This renames git_vector_free_all to the better git_vector_free_deep and also contains a couple of memory leak fixes based on valgrind checks. The fixes are specifically: failure to free global dir path variables when not compiled with threading on and failure to free filters from the filter registry that had not be initialized fully.