mirror of
https://github.com/autc04/Retro68.git
synced 2025-08-05 08:26:10 +00:00
fix bug in realloc implementation
This commit is contained in:
@@ -70,6 +70,8 @@ void *_realloc_r(struct _reent *reent_ptr, void *ptr, size_t sz)
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
else
|
||||
return ptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user