fabianoriccardi / ESPLogger

An Arduino library providing a minimal interface to log data on flash memory and SD cards with ESP8266 and ESP32.
GNU Lesser General Public License v2.1
84 stars 15 forks source link

corrected issue of free "buffer" in "flush". refer https://github.com… #6

Closed umeshwalkar closed 4 years ago

umeshwalkar commented 4 years ago

…/fabiuz7/esp-logger-lib/issues/5

fabianoriccardi commented 4 years ago

I have read your comment, I agree with you, there a memory leak. I'm going to merge your pull request. Thanks for the feedback!