Merge "Free mmaped area if keys fail to load" am: f599414aec
am: b3ddc0a4bf

Change-Id: I204d7fedd2f950da41c3a481231c459fc32d0056
diff --git a/install.cpp b/install.cpp
index 3d07290..6c8d827 100644
--- a/install.cpp
+++ b/install.cpp
@@ -302,6 +302,7 @@
     std::vector<Certificate> loadedKeys;
     if (!load_keys(PUBLIC_KEYS_FILE, loadedKeys)) {
         LOGE("Failed to load keys\n");
+        sysReleaseMap(&map);
         return INSTALL_CORRUPT;
     }
     LOGI("%zu key(s) loaded from %s\n", loadedKeys.size(), PUBLIC_KEYS_FILE);