Files
ladybird/Kernel/FileSystem/TmpFS.cpp
Andreas Kling 049d846eb9 Kernel/TmpFS: Stop leaking directory entry metadata
When creating and removing a child to a TmpFS directory, we were
forgetting to delete the TmpFSInode::Child struct.
2021-09-07 22:16:25 +02:00

9.4 KiB