mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-21 10:09:57 +01:00
common,w32: Fix gnupg_process_release.
* common/exechelp-w32.c: Close the handle of the process. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
000b82ade7
commit
6984ddc6eb
@ -1213,6 +1213,7 @@ gnupg_process_release (gnupg_process_t process)
|
||||
gnupg_process_wait (process, 1);
|
||||
}
|
||||
|
||||
CloseHandle (process->hProcess);
|
||||
xfree (process);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user