summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip/msg_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/src/test-pjsip/msg_test.c')
-rw-r--r--pjsip/src/test-pjsip/msg_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/src/test-pjsip/msg_test.c b/pjsip/src/test-pjsip/msg_test.c
index ebe43025..f93539fe 100644
--- a/pjsip/src/test-pjsip/msg_test.c
+++ b/pjsip/src/test-pjsip/msg_test.c
@@ -711,7 +711,7 @@ static int msg_benchmark(unsigned *p_detect, unsigned *p_parse,
pj_highprec_t avg_detect, avg_parse, avg_print, kbytes;
- pj_memset(&var, 0, sizeof(var));
+ pj_bzero(&var, sizeof(var));
zero.u64 = 0;
for (loop=0; loop<LOOP; ++loop) {