Files
ladybird/Userland/Libraries/LibC/malloc.cpp
Gunnar Beutner ea33e9647b LibC: Don't leak memory for realloc(p, 0)
Previously we'd leak memory when the user called realloc(p, 0). Instead
this call should behave as if the user had called free(p).
2021-05-29 19:40:23 +02:00

17 KiB