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:
parent
e41fe19a3d
commit
27f4f1bba6
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ void convertModelData_218_to_219(ModelData &model)
|
|||
}
|
||||
#endif
|
||||
|
||||
#if defined(PCBHORUS)
|
||||
#if defined(STM32)
|
||||
free(oldModelAllocated);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue