aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--agent/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command.c b/agent/command.c
index 88cd62c08..3ba921be4 100644
--- a/agent/command.c
+++ b/agent/command.c
@@ -158,7 +158,7 @@ clear_outbuf (membuf_t *mb)
p = get_membuf (mb, &n);
if (p)
{
- memset (p, 0, n);
+ wipememory (p, n);
xfree (p);
}
}