1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Some work on the dirmngr

This commit is contained in:
Werner Koch 2010-07-23 16:16:14 +00:00
parent b6490d3656
commit a22c38baad
16 changed files with 1162 additions and 701 deletions

View file

@ -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;