Skip to content
Snippets Groups Projects
Commit 5fad9b00 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

lib/resolve: no pointless cleanup (mempool allocated)

parent 791ed6cd
No related branches found
No related tags found
No related merge requests found
......@@ -546,8 +546,6 @@ int kr_resolve_finish(struct kr_request *request, int state)
}
}
ITERATE_LAYERS(request, finish);
/* Clean up. */
kr_rplan_deinit(rplan);
return KNOT_STATE_DONE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment