• Show log

    Commit

  • Hash : f658dc43
    Author : Russell Belfer
    Date : 2013-05-31T14:09:58

    Zero memory for major objects before freeing
    
    By zeroing out the memory when we free larger objects (i.e. those
    that serve as collections of other data, such as repos, odb, refdb),
    I'm hoping that it will be easier for libgit2 bindings to find
    errors in their object management code.