Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
mv: Fix spurious warning when moving a file in presence of submodules
[gitweb.git]
/
builtin
/
pack-objects.c
diff --git
a/builtin/pack-objects.c
b/builtin/pack-objects.c
index dd117b379ac9d7b58b439a691b90c6cb4f1dac90..e86cd5729f38316bf6e304e4e97ce671e4ea135b 100644
(file)
--- a/
builtin/pack-objects.c
+++ b/
builtin/pack-objects.c
@@
-1809,7
+1809,7
@@
static void find_deltas(struct object_entry **list, unsigned *list_size,
static void try_to_free_from_threads(size_t size)
{
read_lock();
- release_pack_memory(size
, -1
);
+ release_pack_memory(size);
read_unlock();
}