mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 06:45:35 +00:00
dump: Remove 2nd mappings free call
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -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);
|
pr_err("Dump creds (pid: %d) failed with %d\n", pid, ret);
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
free_mappings(&vma_area_list);
|
|
||||||
|
|
||||||
err:
|
err:
|
||||||
close_pid_proc();
|
close_pid_proc();
|
||||||
err_free:
|
err_free:
|
||||||
|
Reference in New Issue
Block a user