diff options
Diffstat (limited to 'builtin/grep.c')
| -rw-r--r-- | builtin/grep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/grep.c b/builtin/grep.c index bc3439cabd..f17d46a06e 100644 --- a/builtin/grep.c +++ b/builtin/grep.c @@ -1136,6 +1136,7 @@ int cmd_grep(int argc, &oid, &oc)) { if (seen_dashdash) die(_("unable to resolve revision: %s"), arg); + object_context_release(&oc); break; } |
