commit | 7f13e150cf328414920311903f3096accceece44 | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Thu Sep 08 16:55:35 2011 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Thu Sep 08 16:55:35 2011 -0700 |
tree | 7ed6ea153098691c7c39c2443759d4a70ac7dde6 | |
parent | 30a937a954e78ac600cae97ae86f0a9bc6481ab8 [diff] [blame] |
more cwr5 work. Change-Id: I72bb14ef25a9067ccde3e40ea989c7990512687a
diff --git a/install.c b/install.c index 0b35ee7..cae283c 100644 --- a/install.c +++ b/install.c
@@ -92,6 +92,12 @@ fclose(f); } + if (remember_firmware_update(type, data, data_size)) { + LOGE("Can't store %s image\n", type); + free(data); + return INSTALL_ERROR; + } + free(filename); return INSTALL_SUCCESS;