mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-09 22:24:14 +03:00
Merge pull request #1383 from bjelojac/patch-1
Fix for #814, Memory Leak
This commit is contained in:
@@ -44,6 +44,7 @@ File::File(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
File::~File(void) {
|
File::~File(void) {
|
||||||
|
close();
|
||||||
// Serial.print("Deleted file object");
|
// Serial.print("Deleted file object");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user