Misc Fix/Cleaning
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 14 Sep 2017 17:35:39 +0000 (19:35 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 14 Sep 2017 17:35:57 +0000 (19:35 +0200)
commit49a99fef3e1e1ea0ecd7f131fd56da4c54bcd146
tree6f3fd5922d9a2e019494ecf26d7bd62a1b12b64b
parentfdf2c27980f756cf63890576d80eef20b78fe980
Misc Fix/Cleaning

- Correct size type ssize_t to test
- Remove free() statement because memory don't issued from a malloc
causing exception
- Remove redundant break statement after a return.

Change-Id: I47824dd5cf7afe68cd32e1c3e94e69f31d802995
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
filescan-utils.c