• Show log

    Commit

  • Hash : faeebd06
    Author : Brandon Casey
    Date : 2011-11-06T19:35:35

    examples/network/fetch.c: revert overzealous conversion of free to git__free
    
    Since git__free is not exported (it's actually a macro), it should not be
    used in client programs.  Change this call to 'git__free' back to 'free'.