1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 08:45:24 +03:00

Memory allocated for conversions was not freed on all radios using it

This commit is contained in:
Kilrah 2019-06-26 19:22:20 +02:00
parent e41fe19a3d
commit 27f4f1bba6

View file

@ -270,7 +270,7 @@ void convertModelData_218_to_219(ModelData &model)
}
#endif
#if defined(PCBHORUS)
#if defined(STM32)
free(oldModelAllocated);
#endif
}