mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-24 17:29:38 +00:00
fix bug in realloc implementation
This commit is contained in:
parent
cdee6c52cf
commit
ebdaf6b959
@ -70,6 +70,8 @@ void *_realloc_r(struct _reent *reent_ptr, void *ptr, size_t sz)
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
else
|
||||
return ptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user