diff options
author | Zandra Hird <[email protected]> | 2015-03-17 12:44:31 +0100 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-03-17 12:44:50 +0100 |
commit | 94c86eb6325248e76156ba6d31882576b93d242f (patch) | |
tree | 40cb066e07e3baf3d2b1358bfd775c1a279ce9f5 /lib/stdlib/doc/src/zip.xml | |
parent | f991b0bb0ce200967f73b4d6505956a56e358b21 (diff) | |
parent | 3ec48aa1782af3b4d84d9bad8129127c2b9f4b9d (diff) | |
download | otp-94c86eb6325248e76156ba6d31882576b93d242f.tar.gz otp-94c86eb6325248e76156ba6d31882576b93d242f.tar.bz2 otp-94c86eb6325248e76156ba6d31882576b93d242f.zip |
Merge branch 'danielwhite/zip-port-leak-fix'
OTP-12566
* danielwhite/zip-port-leak-fix:
Describe zip handles an opaque type
Document the termination semantics of a zip handle
Prevent zip:zip_open/1,2 from leaking ports
Diffstat (limited to 'lib/stdlib/doc/src/zip.xml')
-rw-r--r-- | lib/stdlib/doc/src/zip.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/zip.xml b/lib/stdlib/doc/src/zip.xml index 48b376743d..3845ccd09d 100644 --- a/lib/stdlib/doc/src/zip.xml +++ b/lib/stdlib/doc/src/zip.xml @@ -430,6 +430,8 @@ means that subsequently reading files from the archive will be faster than unzipping files one at a time with <c>unzip</c>.</p> <p>The archive must be closed with <c>zip_close/1</c>.</p> + <p>The <c><anno>ZipHandle</anno></c> will be closed if the + process which originally opened the archive dies.</p> </desc> </func> <func> |