Commit 702bd705 by Ramsay Jones Committed by Andreas Ericsson

Fix a memory leak shown by valgrind

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Andreas Ericsson <ae@op5.se>
parent 28f98329
......@@ -167,6 +167,7 @@ void git_revpool_table_free(git_revpool_table *table)
}
}
free(table->nodes);
free(table);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment