]> git.itanic.dy.fi Git - scan-pagemap/commit
parse_pagemap: Fix massive memory leak
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Sat, 3 Jul 2010 19:37:37 +0000 (22:37 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Sat, 3 Jul 2010 19:37:37 +0000 (22:37 +0300)
commit644f4ecfe6ece7e2e264da768015618affeac4bb
tree47c512b2086ec5f08507716a1c7660a430a1c963
parent3610a255db09633deff03fb25ef4fd46e631d9db
parse_pagemap: Fix massive memory leak

When matching pageframe is found from the tree, the allocated one
should be freed as it is not used anymore.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
parse.c