From 4fa51839ce27db0459706111922689af14078d8a Mon Sep 17 00:00:00 2001 From: greg Date: Fri, 12 Jan 2024 13:56:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=94=BE=E9=A1=B5=E9=9D=A2=E6=AF=8F?= =?UTF-8?q?=E4=B8=80=E6=AC=A1=E6=8C=89=E9=94=AE=E8=BF=9B=E8=A1=8C=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E5=9B=9E=E6=94=B6=E5=86=85=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UIFlowLVGL/UIFlowPlay/UIFlowPlayEventCallback.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPlay/UIFlowPlayEventCallback.c b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPlay/UIFlowPlayEventCallback.c index 74bcfb3bb..53b89dc81 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPlay/UIFlowPlayEventCallback.c +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIFlowLVGL/UIFlowPlay/UIFlowPlayEventCallback.c @@ -529,6 +529,10 @@ static void UIFlowPlay_IconImageSize(BOOL bShow) printf("This is picture.\n"); lv_obj_set_hidden(container_play_scr_uiflowplay, true); snprintf(item1_Buf, 32, "%lux%lu", OriImgWidth, OriImgHeight); + + #if HUNTING_CAMERA_MCU == ENABLE + sf_mem_free(); + #endif }