Beat Küng b020be13f6 flashparams: fix memory leak when saving parameters
A large buffer on the heap was not deallocated when parameters were saved,
but there were no changes to the parameters. In that case
parameter_flashfs_write() was not called, which was previously responsible
for freeing the buffer.

This patch moves the responsibility of freeing the buffer to the calling
side, which already explicitly allocates the buffer.
2016-11-29 10:38:11 +01:00
..
2016-11-19 15:48:10 +01:00
2016-10-31 15:17:14 +01:00
2016-11-28 09:18:45 +01:00
2016-11-19 15:48:10 +01:00
2016-11-13 19:36:27 +01:00
2016-11-19 15:15:36 +01:00
2016-11-19 15:14:46 +01:00