Merge branch 'tr/unpack-entry-use-after-free-fix'

* tr/unpack-entry-use-after-free-fix:
  unpack_entry: avoid freeing objects in base cache
This commit is contained in:
Junio C Hamano 2013-05-03 15:18:04 -07:00
Родитель 1c937682c2 756a042600
Коммит 7c2e8fc684
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -2128,7 +2128,6 @@ void *unpack_entry(struct packed_git *p, off_t obj_offset,
error("failed to unpack compressed delta "
"at offset %"PRIuMAX" from %s",
(uintmax_t)curpos, p->pack_name);
free(base);
data = NULL;
continue;
}