Commit 2f3c4b69 by Joe Rabinoff

Typesetting conventions

parent 08afdb57
...@@ -1028,15 +1028,15 @@ static int loose_backend__readstream( ...@@ -1028,15 +1028,15 @@ static int loose_backend__readstream(
done: done:
if (error < 0) { if (error < 0) {
if(stream) { if (stream) {
git_futils_mmap_free(&stream->map); git_futils_mmap_free(&stream->map);
git_zstream_free(&stream->zstream); git_zstream_free(&stream->zstream);
git__free(stream); git__free(stream);
} }
if(hash_ctx) { if (hash_ctx) {
git_hash_ctx_cleanup(hash_ctx); git_hash_ctx_cleanup(hash_ctx);
git__free(hash_ctx); git__free(hash_ctx);
} }
} }
git_buf_dispose(&object_path); git_buf_dispose(&object_path);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment