mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +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);
|
gnupg_process_wait (process, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CloseHandle (process->hProcess);
|
||||||
xfree (process);
|
xfree (process);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user