Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ar/commit-cleanup'
[gitweb.git]
/
builtin-blame.c
diff --git
a/builtin-blame.c
b/builtin-blame.c
index 99ea0a02cb39bb72b39f147e75a2aa3850bfe3d2..d98caaf2171a9e91c44f47a8519446546b3b02b8 100644
(file)
--- a/
builtin-blame.c
+++ b/
builtin-blame.c
@@
-125,7
+125,6
@@
static void origin_decref(struct origin *o)
if (o && --o->refcnt <= 0) {
if (o->file.ptr)
free(o->file.ptr);
- memset(o, 0, sizeof(*o));
free(o);
}
}