Signed-off-by: Tay Ray Chuan gmail.com> --- perl/Git.pm | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/perl/Git.pm b/perl/Git.pm index 6aab712..7e17f38 100644 --- a/perl/Git.pm +++ b/perl/Git.pm @@ -821,6 +821,7 @@ sub hash_and_insert_object { throw Error::Simple("in pipe went bad"); } + $self->_close_hash_and_insert_object(); return $hash; } @@ -910,6 +911,7 @@ sub cat_blob { throw Error::Simple("couldn't write to passed in filehandle"); } + $self->_close_cat_blob(); return $size; } -- 1.6.0.2