From a22c38baad4113ce477b2e312e0bec365c0bd6b3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 23 Jul 2010 16:16:14 +0000 Subject: Some work on the dirmngr --- common/utf8conv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/utf8conv.c') diff --git a/common/utf8conv.c b/common/utf8conv.c index 4ad514247..16baa0d4d 100644 --- a/common/utf8conv.c +++ b/common/utf8conv.c @@ -802,7 +802,7 @@ utf8_to_wchar (const char *string) jnlib_set_errno (ENOMEM); return NULL; } - result = malloc (nbytes); + result = jnlib_malloc (nbytes); if (!result) return NULL; -- cgit v1.2.3