bootstrap: Fix resource leak issue in InstallAppCommand 64/270664/2
authorWoochanlee <wc0917.lee@samsung.com>
Mon, 7 Feb 2022 11:10:09 +0000 (20:10 +0900)
committerwoochan lee <wc0917.lee@samsung.com>
Thu, 10 Feb 2022 02:43:11 +0000 (02:43 +0000)
commit4103656558082f841702a5cb76e36a59788edd11
treeb3f3630339e2c99127fc8020b0f872dd731afafd
parentcdd9d6c84d265eb9492eff932512ad136dfedd10
bootstrap: Fix resource leak issue in InstallAppCommand

pkgRequest alloc in create and it has to free before end of function scope.

Change-Id: I753fcf1f9c3c911daa3ae108220f38fa22160dcd
org.tizen.aurum-bootstrap/src/Commands/InstallAppCommand.cc