In w32-io.c _gpgme_io_spawn a temporary file name "tmp_name" is created with "_gpgme_mkstemp" which allocates memory with gpgme_strconcat.
I do not think that this memory is ever release.
In w32-io.c _gpgme_io_spawn a temporary file name "tmp_name" is created with "_gpgme_mkstemp" which allocates memory with gpgme_strconcat.
I do not think that this memory is ever release.
rM GPGME | |||
rM7a1b58045f98 core,w32: Fix memleak of tmp_name in w32-io |