Sync with maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 3 Jun 2013 20:00:03 +0000 (13:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Jun 2013 20:00:09 +0000 (13:00 -0700)
sha1_file.c
index 67e815b2db00e4d406693f82e96b11bb701509a5..b114cc922d4abce741b56e9da11fbef1382b4008 100644 (file)
@@ -2138,7 +2138,7 @@ void *unpack_entry(struct packed_git *p, off_t obj_offset,
                if (!data)
                        die("failed to apply delta");
 
-               free (delta_data);
+               free(delta_data);
        }
 
        *final_type = type;