Re: [LEDE-DEV] [PATCH] fstools: Fix some errors detected by cppcheck

2017-12-12 Thread Rosen Penev
On Mon, Dec 11, 2017 at 1:22 PM, Arjen de Korte wrote: > Citeren Jonas Gorski : > >> On 11 December 2017 at 10:04, Rosen Penev wrote: >>> >>> Mainly plugging memory leaks. Size reduction as well. The calloc change >>> accounts for 272 bytes on this machine for some reason... >> >> >> Please state

Re: [LEDE-DEV] [PATCH] fstools: Fix some errors detected by cppcheck

2017-12-11 Thread Arjen de Korte
Citeren Jonas Gorski : On 11 December 2017 at 10:04, Rosen Penev wrote: Mainly plugging memory leaks. Size reduction as well. The calloc change accounts for 272 bytes on this machine for some reason... Please state the exact errors found by cppcheck so we don't have to guess what it found.

Re: [LEDE-DEV] [PATCH] fstools: Fix some errors detected by cppcheck

2017-12-11 Thread Jonas Gorski
On 11 December 2017 at 10:04, Rosen Penev wrote: > Mainly plugging memory leaks. Size reduction as well. The calloc change > accounts for 272 bytes on this machine for some reason... Please state the exact errors found by cppcheck so we don't have to guess what it found. Regards Jonas ___