diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2004-12-16 07:17:56 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2004-12-16 07:17:56 +0000 |
| commit | 8efc8b18e55022b59860d211b6273c746313db61 (patch) | |
| tree | f1bb19d3ebab391d05e3935e0029ecddffb1b5ca /libexec/ftpd | |
| parent | 0db3f4f9c72c294fd4625b1e0ee0e51a55ceee82 (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd')
| -rw-r--r-- | libexec/ftpd/ftpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index e686020f643c..bded2521dd19 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -2082,7 +2082,7 @@ oldway: write(netfd, buf, cnt) == cnt) byte_count += cnt; transflag = 0; - (void)free(buf); + free(buf); if (cnt != 0) { if (cnt < 0) goto file_err; |
