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