commit | 0fe123dcdfc874fc547d2dea0423132f9195605b | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Mon Feb 07 10:17:35 2022 -0500 |
committer | Liz Kammer <eakammer@google.com> | Mon Feb 07 10:17:35 2022 -0500 |
tree | 3b7b5f536a95ec1c62f79714009183687a7659d2 | |
parent | cc1a2062f0858bc3806332ea3507dbabb1ac9a09 [diff] [blame] |
Close opened paths Test: m nothing Change-Id: I7fcc8e2fdbca1cd231ff1e72b02156f12078072b
diff --git a/android/soong_config_modules.go b/android/soong_config_modules.go index 91bbce6..bd73645 100644 --- a/android/soong_config_modules.go +++ b/android/soong_config_modules.go
@@ -378,6 +378,7 @@ ctx.PropertyErrorf("from", "failed to open %q: %s", from, err) return (map[string]blueprint.ModuleFactory)(nil) } + defer r.Close() mtDef, errs := soongconfig.Parse(r, from) if ctx.Config().runningAsBp2Build {