victorhurdugaci / SerialProtocol

A protocol for sending data between two Arduino devices, or between an Arduino and another device through a serial port
http://victorhurdugaci.com
Apache License 2.0
41 stars 12 forks source link

"Memory Leak" #1

Closed BrennanConroy closed 7 years ago

BrennanConroy commented 9 years ago

https://github.com/victorhurdugaci/SerialProtocol/blob/master/src/SerialProtocol/SerialProtocol.cpp#L26 this is never freed

victorhurdugaci commented 7 years ago

This is by design because the object is supposed to live for the entire life of the program. No ideal but by design