Skip to content

Commit

Permalink
RAM fix for SG remote
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lee committed Jan 28, 2024
1 parent 76ecb27 commit 36c07d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/cross/xremote_cross_remote_item.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void xremote_cross_remote_item_free(CrossRemoteItem* item) {
furi_string_free(item->name);
//Determine type before free
xremote_ir_signal_free(item->ir_signal);
//xremote_sg_remote_free(item->sg_signal);
xremote_sg_remote_free(item->sg_signal);
free(item);
}

Expand Down

0 comments on commit 36c07d0

Please sign in to comment.