mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 09:45:21 +03:00
Fixes #1791: Port Lua Bin Allocator to next:
* Bin Allocator * Lua memory allocaton fixes * Simulator memory leak fixes
This commit is contained in:
parent
56a4cf5d26
commit
c89381bae5
19 changed files with 294 additions and 13 deletions
|
@ -682,6 +682,9 @@ const pm_char * eeBackupModel(uint8_t i_fileSrc)
|
|||
if (result != FR_OK)
|
||||
return SDCARD_ERROR(result);
|
||||
}
|
||||
else {
|
||||
f_closedir(&archiveFolder);
|
||||
}
|
||||
|
||||
buf[sizeof(MODELS_PATH)-1] = '/';
|
||||
strcpy(strcat_modelname(&buf[sizeof(MODELS_PATH)], i_fileSrc), STR_MODELS_EXT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue