diff options
author | Ron Yorston <rmy@pobox.com> | 2018-04-07 16:07:26 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-04-07 16:07:26 +0100 |
commit | 5b725727b90f1e5b4dbf1c304cfe3fa534767f15 (patch) | |
tree | 20634e3b4e970fe9a43c1f809fa05ce62fb02130 /editors | |
parent | eda6f28c793db7d5a61ec4d8d801dfcb6def17b7 (diff) | |
download | busybox-w32-5b725727b90f1e5b4dbf1c304cfe3fa534767f15.tar.gz busybox-w32-5b725727b90f1e5b4dbf1c304cfe3fa534767f15.tar.bz2 busybox-w32-5b725727b90f1e5b4dbf1c304cfe3fa534767f15.zip |
win32: don't leak pipe data structures
popen uses an array of pipe_data structures to record information
that's later used by pclose. pclose releases the structure after
use.
The lower-level pipe function mingw_popen_fd was also using this
array of structures but didn't provide any way to release them.
Avoid this leak by letting mingw_popen_fd use a local structure
instead.
Diffstat (limited to 'editors')
0 files changed, 0 insertions, 0 deletions