1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +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 #endif
#if defined(PCBHORUS) #if defined(STM32)
free(oldModelAllocated); free(oldModelAllocated);
#endif #endif
} }