projects
/
platform
/
core
/
dotnet
/
launcher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
200de31
)
[Bug] Fix memory leak
tizen_9.0
author
j-h.choi
<j-h.choi@samsung.com>
Fri, 13 Jun 2025 06:28:49 +0000
(15:28 +0900)
committer
Woongsuk
<ws77.cho@samsung.com>
Fri, 13 Jun 2025 06:47:23 +0000
(15:47 +0900)
Change-Id: I434786e6ee2138bbd4db72738967484bfd38d98c
NativeLauncher/util/utils.cc
patch
|
blob
|
history
diff --git
a/NativeLauncher/util/utils.cc
b/NativeLauncher/util/utils.cc
index d951450be78697d6ffc2c41110700bae47974b61..71554d9fd9c259537a7ff684017a696f53e5694d 100644
(file)
--- a/
NativeLauncher/util/utils.cc
+++ b/
NativeLauncher/util/utils.cc
@@
-1105,6
+1105,7
@@
bool hasResControl(const std::string& pkgId)
if (flag) {
resControl = true;
+ pkgmgrinfo_appinfo_destroy_appinfo(app_handle);
break;
}