[automerger skipped] Prevent uncleared memory leaking in rw_i93.cc am: aa578e007b am: f30fe3736a am: 73de76aa42 -s ours am: f1cef67616 -s ours am: edbdc73fac -s ours
am: 2e36a5f7eb -s ours
am skip reason: change_id I4e330d4ad1380dbd1e695f81b8183ca8b182b114 with SHA1 d8948d4a1f is in history

Change-Id: I6f0f437fba4f31eee32cc8b40924328777488f96
diff --git a/src/nfc/tags/rw_mfc.cc b/src/nfc/tags/rw_mfc.cc
index 0ae0c2f..22cfc35 100644
--- a/src/nfc/tags/rw_mfc.cc
+++ b/src/nfc/tags/rw_mfc.cc
@@ -1342,6 +1342,7 @@
   tRW_DETECT_NDEF_DATA ndef_data;
 
   DLOG_IF(INFO, nfc_debug_enabled) << __func__ << " State=" << p_mfc->state;
+  evt_data.status = NFC_STATUS_FAILED;
 
   /* Retry sending command if retry-count < max */
   if (rw_cb.cur_retry < RW_MAX_RETRIES) {