summaryrefslogtreecommitdiff
path: root/halimpl/tml
diff options
context:
space:
mode:
Diffstat (limited to 'halimpl/tml')
-rwxr-xr-xhalimpl/tml/phTmlNfc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/halimpl/tml/phTmlNfc.cc b/halimpl/tml/phTmlNfc.cc
index 9d15561..4a9be63 100755
--- a/halimpl/tml/phTmlNfc.cc
+++ b/halimpl/tml/phTmlNfc.cc
@@ -161,7 +161,7 @@ NFCSTATUS phTmlNfc_Init(pphTmlNfc_Config_t pConfig) {
/* Clean up all the TML resources if any error */
if (NFCSTATUS_SUCCESS != wInitStatus) {
/* Clear all handles and memory locations initialized during init */
- phTmlNfc_CleanUp();
+ phTmlNfc_Shutdown_CleanUp();
}
return wInitStatus;