diff options
-rw-r--r-- | src/common/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c index d11b508b92..92fb7d63b0 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -239,7 +239,7 @@ _tor_malloc_roundup(size_t *sizep DMALLOC_PARAMS) *sizep = malloc_usable_size(result); return result; #else - return _tor_malloc(*sizep); + return _tor_malloc(*sizep DMALLOC_FN_ARGS); #endif #endif } |