ublox-at-cellular-interface-n2xx

Revision:
13:2504d4160042
Parent:
12:b0757007cc72
Child:
14:7fb0bbdc4242
--- a/UbloxATCellularInterfaceN2xx.cpp	Tue Dec 12 15:51:45 2017 +0000
+++ b/UbloxATCellularInterfaceN2xx.cpp	Tue May 15 10:23:16 2018 +0100
@@ -471,6 +471,7 @@
                 // Should never fail to read when there is pending data
                 success = false;
             }
+            free(tmpBuf);
         } else if (timer.read_ms() < SOCKET_TIMEOUT) {
             // Wait for URCs
             tr_debug("Waiting for URC...");