mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-16 12:28:45 +08:00
b8bf6bef76
When thread wake up from waiting for memory, there is a chance that there is no memory available in high pressure. So use a loop to check again. Otherwise, there will be a NULL reference.