From 1a1166c45a270b7532da1306c6591efb5e63adcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sat, 7 Oct 2000 15:12:12 +0200 Subject: [PATCH] Some more dmalloc debug. Rev: src/modules/files/sendfile.c:1.47 --- src/modules/files/sendfile.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/files/sendfile.c b/src/modules/files/sendfile.c index c5c69aaa36..6b4b40f4ce 100644 --- a/src/modules/files/sendfile.c +++ b/src/modules/files/sendfile.c @@ -1,5 +1,5 @@ /* - * $Id: sendfile.c,v 1.46 2000/10/06 21:11:24 grubba Exp $ + * $Id: sendfile.c,v 1.47 2000/10/07 13:12:12 grubba Exp $ * * Sends headers + from_fd[off..off+len-1] + trailers to to_fd asyncronously. * @@ -202,6 +202,8 @@ static size_t writev(int fd, struct iovec *iov, int n) static void sf_call_callback(struct pike_sendfile *this) { + debug_malloc_touch(this->args); + if (this->callback.type != T_INT) { int sz = this->args->size; -- GitLab