mirror of
https://github.com/RGBCube/serenity
synced 2025-10-29 13:02:34 +00:00
This prevents fd leaks when the user of the API forgets to pass CloseAfterSending to IPC::File. Since we are calling leak_fd in the constructor, we want it to also take care of closing. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ConnectionFromClient.cpp | ||
| ConnectionFromClient.h | ||
| FileSystemAccessClient.ipc | ||
| FileSystemAccessServer.ipc | ||
| main.cpp | ||