projects
/
platform
/
core
/
account
/
fido-asm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
334478c
)
Resolved Memory Leak
94/189494/3
accepted/tizen/5.0/unified/20181102.012921
accepted/tizen/unified/20180920.155233
submit/tizen/20180920.045241
submit/tizen_5.0/20181101.000001
author
Dewal Agarwal
<d1.agarwal@samsung.com>
Tue, 18 Sep 2018 07:15:43 +0000
(12:45 +0530)
committer
Dewal Agarwal
<d1.agarwal@samsung.com>
Tue, 18 Sep 2018 08:11:49 +0000
(08:11 +0000)
Change-Id: I436f3c5f1b3f67b1b1776fcc137872d143487ace
Signed-off-by: Dewal Agarwal <d1.agarwal@samsung.com>
common/cryptoutil/src/AsmCrypto.cpp
patch
|
blob
|
history
diff --git
a/common/cryptoutil/src/AsmCrypto.cpp
b/common/cryptoutil/src/AsmCrypto.cpp
index f5bbf3d85bc2158a3ec84aa37e3daef554266d60..f919196c03dff3b475a4e449667e1c0e15d22585 100755
(executable)
--- a/
common/cryptoutil/src/AsmCrypto.cpp
+++ b/
common/cryptoutil/src/AsmCrypto.cpp
@@
-174,7
+174,7
@@
AsmCrypto::getAsmToken(void)
_INFO("%s", macStr.c_str());
asmTok = strdup(macClone);
SAFE_DELETE(macClone);
-
+ SAFE_DELETE(mac);
bt_deinitialize();
return macStr;
}