Private
Public Access
2
0

imraa: add first version of IO pinmuxing and clean up

Signed-off-by: Longwei Su <lsu@ics.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
longwei su
2016-03-15 23:37:40 -04:00
committed by Brendan Le Foll
parent 405e601387
commit 0fb2aed7af
2 changed files with 100 additions and 33 deletions

View File

@@ -1036,6 +1036,7 @@ mraa_add_from_lockfile(const char* imraa_lock_file) {
} else {
fprintf(stderr, "lockfile string incorrectly parsed\n");
}
json_object_put(jobj_lock);
free(buffer);
return subplat_num;
}