1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Removed destructor from File.cpp and SD.h as it leads to unexpected close/destructed objects #814

This commit is contained in:
Federico Fissore
2013-10-15 17:05:45 +02:00
parent e8834d32f3
commit 88f7504e81
3 changed files with 1 additions and 6 deletions

View File

@ -19,6 +19,7 @@ ARDUINO 1.5.5 BETA
* avr: Fixed wrong extended fuses on Arduino Yún when using external programmer
* avr: Added yun variant with LED_BUILTIN definition
* avr: Refactored Mega* variants definitions in boards.txt (Kristian Sloth Lauszus)
* avr: Removed File object destructor. In order to free memory allocated by a File object the safest way is to call its close() method
ARDUINO 1.5.4 BETA 2013.09.10