URI: 
       free the tree - stagit-gopher - A git gopher frontend. (mirror)
  HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 8ea58314385412e50e01a7de917f59ce82ee21cb
   DIR parent d073ffa0a26256a94c5e1ab53b50cc147631081f
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu, 17 Dec 2015 22:56:32 +0100
       
       free the tree
       
       Diffstat:
         M urmoms.c                            |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/urmoms.c b/urmoms.c
       @@ -52,6 +52,8 @@ commitinfo_free(struct commitinfo *ci)
        
                git_diff_stats_free(ci->stats);
                git_diff_free(ci->diff);
       +        git_tree_free(ci->commit_tree);
       +        git_tree_free(ci->parent_tree);
                git_commit_free(ci->commit);
        }