Browse Source

Update suica.c

zinongli 11 tháng trước cách đây
mục cha
commit
4237287b40
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      scenes/plugins/suica.c

+ 1 - 0
scenes/plugins/suica.c

@@ -527,6 +527,7 @@ static void suica_on_enter(Metroflip* app) {
                 widget, GuiButtonTypeCenter, "Parse", suica_parse_detail_callback, app);
         }
         view_dispatcher_switch_to_view(app->view_dispatcher, MetroflipViewWidget);
+        furi_string_free(parsed_data);
     }
 }