Explorar el Código

RAM fix for SG remote

David Lee hace 2 años
padre
commit
36c07d0429
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      models/cross/xremote_cross_remote_item.c

+ 1 - 1
models/cross/xremote_cross_remote_item.c

@@ -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);
 }