From: j-h.choi Date: Fri, 13 Jun 2025 06:28:49 +0000 (+0900) Subject: [Bug] Fix memory leak X-Git-Tag: accepted/tizen/unified/20250614.044605^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a196acdf42dc381fb600f1df34c550923529bf13;p=platform%2Fcore%2Fdotnet%2Flauncher.git [Bug] Fix memory leak Change-Id: I434786e6ee2138bbd4db72738967484bfd38d98c --- diff --git a/NativeLauncher/util/utils.cc b/NativeLauncher/util/utils.cc index f165ea4..2b8d8eb 100644 --- a/NativeLauncher/util/utils.cc +++ b/NativeLauncher/util/utils.cc @@ -1049,6 +1049,7 @@ bool hasResControl(const std::string& pkgId) if (flag) { resControl = true; + pkgmgrinfo_appinfo_destroy_appinfo(app_handle); break; }