mirror of
https://github.com/esp8266/Arduino.git
synced 2025-09-05 08:04:28 +03:00
@@ -1632,9 +1632,9 @@ static void *_umm_realloc( void *ptr, size_t size ) {
|
||||
|
||||
if( (ptr = _umm_malloc( size )) ) {
|
||||
memcpy( ptr, oldptr, curSize );
|
||||
_umm_free( oldptr );
|
||||
}
|
||||
|
||||
_umm_free( oldptr );
|
||||
}
|
||||
|
||||
/* Release the critical section... */
|
||||
|
Reference in New Issue
Block a user