thehapyone / BareBoneSim800

A BareBone Arduino Library For SIM800 Modules
GNU General Public License v3.0
47 stars 18 forks source link

Fixed memory leak. #11

Closed ghost closed 1 year ago

ghost commented 4 years ago

strdup allocates memory that is never freed. It doesn't seem to be necessary to duplicate the string.