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, 13 Dec 2018 13:12:02 +0000 (14:12 +0100)
commit239f29ae28da7ebf55510fb7fffb47d32fbf52cd
tree6f3fd5922d9a2e019494ecf26d7bd62a1b12b64b
parent3bbb6b8e4647223d46d5ce436bbca4a526798d17
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