aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index a4ed1e77..b5459688 100644
--- a/io.c
+++ b/io.c
@@ -525,7 +525,7 @@ iop_close(IOBUF *iop)
iop->buf = NULL;
}
if ((iop->flag & IOP_NOFREE_OBJ) == 0)
- efree((char *) iop);
+ efree(iop);
return ret == -1 ? 1 : 0;
}