summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/assuan-logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assuan-logging.c b/src/assuan-logging.c
index 8ee6aa2..766bd82 100644
--- a/src/assuan-logging.c
+++ b/src/assuan-logging.c
@@ -252,7 +252,7 @@ _assuan_log_control_channel (assuan_context_t ctx, int outbound,
if (nbytes > maxbytes)
nbytes = maxbytes;
- if (!(outbuf = malloc (50 + 3*nbytes + 60 + 3 + 1)))
+ if (!(outbuf = gpgrt_malloc (50 + 3*nbytes + 60 + 3 + 1)))
res = -1;
else
{