• Show log

    Commit

  • Hash : 58b0cbea
    Author : Vicent Marti
    Date : 2010-07-10T12:14:30

    Actually free all commits when freeing a commit pool
    
    Previously the objects table was being freed, but not
    the actuall commits. All git_commit objects are freed
    and hence invalidated when freeing the git_rp object
    they belong to.
    
    Signed-off-by: Vicent Marti <tanoku@gmail.com>