@@ -14,7 +14,7 @@ App(
fap_libs=["assets"],
fap_icon="icons/xremote_10px.png",
fap_icon_assets="icons",
- fap_version="1.0",
+ fap_version="1.1",
fap_category="Infrared",
fap_author="Leedave",
fap_description="One-Click, sends multiple commands",
@@ -1,3 +1,6 @@
+## v1.1
+- Patched Memory Leak in storage
+
## v1.0
- Added option to change IR Signal Timing
@@ -113,6 +113,8 @@ void xremote_read_settings(void* context) {
flipper_format_rewind(fff_file);
+ furi_string_free(temp_str);
xremote_close_config_file(fff_file);
xremote_close_storage();
}