diff options
author | cjihrig <cjihrig@gmail.com> | 2019-09-29 10:43:41 -0400 |
---|---|---|
committer | cjihrig <cjihrig@gmail.com> | 2019-10-06 16:07:01 +0200 |
commit | f47f01b57c806f7bcb99e5c7df569a69dd480595 (patch) | |
tree | 4730a9423ebd933058c8fabd6d177c5d60496c40 /docs/src | |
parent | 645be48a804e1538d6058fa147d8786c49baf94b (diff) | |
download | libuv-f47f01b57c806f7bcb99e5c7df569a69dd480595.tar.gz libuv-f47f01b57c806f7bcb99e5c7df569a69dd480595.zip |
test: fix order of operations in test
In the fs_readdir_empty_dir test, the uv_fs_readdir() request is
cleaned up after calling uv_fs_closedir(). However, the readdir
request should be cleaned up before calling uv_fs_closedir().
Fixes: https://github.com/libuv/libuv/issues/2496
PR-URL: https://github.com/libuv/libuv/pull/2497
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions