Commit fb6f2274 authored by Pavel Emelyanov's avatar Pavel Emelyanov

dump: Remove 2nd mappings free call

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 308f6150
......@@ -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:
......
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