diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/w32-util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32-util.c b/src/w32-util.c index 6aa45f8f..fba43448 100644 --- a/src/w32-util.c +++ b/src/w32-util.c @@ -887,6 +887,8 @@ int _gpgme_create_process_utf8 (const char *application_name_utf8, working_directory, si ? &siw : NULL, lpProcessInformation); + free (siw.lpTitle); + free (siw.lpDesktop); free (application_name); free (command_line); free (working_directory); |