From 5a9ef247a8b923e673b630751d2f1bd1948fe1aa Mon Sep 17 00:00:00 2001 From: wanc361 Date: Thu, 5 Dec 2024 20:25:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanc361 --- graphic/graphic_2d/native_window/external_window.h | 1 + 1 file changed, 1 insertion(+) diff --git a/graphic/graphic_2d/native_window/external_window.h b/graphic/graphic_2d/native_window/external_window.h index 54ae4efe5..fac4e78d3 100644 --- a/graphic/graphic_2d/native_window/external_window.h +++ b/graphic/graphic_2d/native_window/external_window.h @@ -236,6 +236,7 @@ typedef enum NativeWindowOperation { SET_APP_FRAMEWORK_TYPE, /** * get app framework type, + * after this operation, caller needs to delete[] frameworkType to free memory. * variable parameter in function is * [out] char** frameworkType. * @since 12 -- Gitee