mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-03 19:50:00 +00:00
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>
This commit is contained in:
parent
28f9832928
commit
702bd70595
@ -167,6 +167,7 @@ void git_revpool_table_free(git_revpool_table *table)
|
||||
}
|
||||
}
|
||||
|
||||
free(table->nodes);
|
||||
free(table);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user