2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

dump: Remove 2nd mappings free call

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-03-24 17:07:53 +04:00
parent 308f6150c2
commit fb6f22749e

View File

@@ -1374,9 +1374,6 @@ static int dump_one_task(const struct pstree_item *item, struct cr_fdset *cr_fds
pr_err("Dump creds (pid: %d) failed with %d\n", pid, ret);
goto err;
}
free_mappings(&vma_area_list);
err:
close_pid_proc();
err_free: