diff options
author | Elliott Hughes <enh@google.com> | 2013-10-29 14:29:26 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-10-29 14:29:26 -0700 |
commit | f17f55914e18eb176ccc5bb8266b248ece8cb56b (patch) | |
tree | b484ac8d44be0f04f73810c931f970bc955ecc6a /cpio | |
parent | 0f26808e2c696f8bdcca644e0ddae2af9f753ada (diff) | |
parent | 36d44740dd045403ae615b8dd6dac8b9a4e9f5bf (diff) | |
download | system_core-f17f55914e18eb176ccc5bb8266b248ece8cb56b.zip system_core-f17f55914e18eb176ccc5bb8266b248ece8cb56b.tar.gz system_core-f17f55914e18eb176ccc5bb8266b248ece8cb56b.tar.bz2 |
am 36d44740: Merge "Fix a bunch of small system/core bugs."
* commit '36d44740dd045403ae615b8dd6dac8b9a4e9f5bf':
Fix a bunch of small system/core bugs.
Diffstat (limited to 'cpio')
-rw-r--r-- | cpio/mkbootfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpio/mkbootfs.c b/cpio/mkbootfs.c index 3569e27..7d3740c 100644 --- a/cpio/mkbootfs.c +++ b/cpio/mkbootfs.c @@ -220,6 +220,8 @@ static void _archive_dir(char *in, char *out, int ilen, int olen) free(names[i]); } free(names); + + closedir(d); } static void _archive(char *in, char *out, int ilen, int olen) |