forgot to free the allocated memory

This commit is contained in:
iceman1001 2023-12-14 23:37:37 +01:00
commit 6b9963b12a

View file

@ -391,6 +391,8 @@ void loadT55xxConfig(void) {
if (isok == T55XX_CONFIG_LEN) { if (isok == T55XX_CONFIG_LEN) {
if (g_dbglevel > 1) DbpString("T55XX Config load success"); if (g_dbglevel > 1) DbpString("T55XX Config load success");
} }
BigBuf_free();
#endif #endif
} }