]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/grep.c
Merge branch 'en/ort-perf-batch-9'
[thirdparty/git.git] / builtin / grep.c
index ccd8d08f3dd4992dff5c837b064a63c1f5d94a8c..5de725f904419e3db520cc9bedbfd38808b132f2 100644 (file)
@@ -1181,6 +1181,5 @@ int cmd_grep(int argc, const char **argv, const char *prefix)
                run_pager(&opt, prefix);
        clear_pathspec(&pathspec);
        free_grep_patterns(&opt);
-       grep_destroy();
        return !hit;
 }