msm8974-common: libril: Use libril way of freeing strings for nitz hack
Change-Id: I7addc27abb3730873799518ea2ac6ec51a280bd9
This commit is contained in:
parent
8f6082f460
commit
86e492652d
1 changed files with 1 additions and 1 deletions
|
@ -7023,7 +7023,7 @@ int radio::nitzTimeReceivedInd(int slotId,
|
|||
}
|
||||
|
||||
nitzTime = convertCharPtrToHidlString(resp);
|
||||
free(resp);
|
||||
memsetAndFreeStrings(1, resp);
|
||||
#if VDBG
|
||||
RLOGD("nitzTimeReceivedInd: nitzTime %s receivedTime %" PRId64, nitzTime.c_str(),
|
||||
timeReceived);
|
||||
|
|
Loading…
Add table
Reference in a new issue