TIMELS RAM deleted on 'end'
This commit is contained in:
@@ -85,6 +85,12 @@ void SFE_UBLOX_GNSS::end(void)
|
|||||||
delete[] currentGeofenceParams;
|
delete[] currentGeofenceParams;
|
||||||
currentGeofenceParams = NULL; // Redundant?
|
currentGeofenceParams = NULL; // Redundant?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (packetUBXNAVTIMELS != NULL)
|
||||||
|
{
|
||||||
|
delete[] packetUBXNAVTIMELS;
|
||||||
|
packetUBXNAVTIMELS = NULL; // Redundant?
|
||||||
|
}
|
||||||
|
|
||||||
if (packetUBXNAVPOSECEF != NULL)
|
if (packetUBXNAVPOSECEF != NULL)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user