Skip to content

Commit

Permalink
Merge pull request Next-Flip#6 from leedave/feature/ir_timing
Browse files Browse the repository at this point in the history
Fix for mem leak
  • Loading branch information
leedave authored Jan 7, 2024
2 parents b7c9e37 + d760cb5 commit bb5e131
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v1.1
- Patched Memory Leak in storage

## v1.0
- Added option to change IR Signal Timing

Expand Down
2 changes: 2 additions & 0 deletions helpers/xremote_storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit bb5e131

Please sign in to comment.