Skip to content

Commit 57d2c5e

Browse files
committed
Add reference to the #8 issue
1 parent fb91d50 commit 57d2c5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LoRa_E22.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,7 @@ ResponseStatus LoRa_E22::sendFixedMessage( byte ADDH,byte ADDL, byte CHAN, const
905905
ResponseStatus status;
906906
status.code = this->sendStruct((uint8_t *)fixedStransmission, size+3);
907907

908+
// fix for #8 issue
908909
free(fixedStransmission);
909910

910911
if (status.code!=SUCCESS) return status;

0 commit comments

Comments
 (0)