[Sheepdog] [PATCH] collie: remove wrong free()
MORITA Kazutaka
morita.kazutaka at lab.ntt.co.jp
Mon May 10 00:36:49 CEST 2010
Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
---
collie/store.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/collie/store.c b/collie/store.c
index c5d3edf..0e8340b 100644
--- a/collie/store.c
+++ b/collie/store.c
@@ -350,8 +350,6 @@ static int read_from_one(struct request *req, uint32_t epoch, uint64_t oid,
ret = -1;
out:
- free(e);
-
return ret;
}
--
1.5.6.5
More information about the sheepdog
mailing list