]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
lib/resolve: no pointless cleanup (mempool allocated)
authorMarek Vavruša <marek.vavrusa@nic.cz>
Mon, 3 Aug 2015 15:45:53 +0000 (17:45 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Mon, 3 Aug 2015 15:45:53 +0000 (17:45 +0200)
lib/resolve.c

index 0c5e508cfe245ef75f2d482bf1d0c93acbcae563..a3de318983e56aec98e295f1a8e3732c4f543688 100644 (file)
@@ -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;
 }