mirror of
https://github.com/RGBCube/serenity
synced 2026-01-17 10:31:05 +00:00
Just constructing one of these guys on the stack willy nilly will leak the first reference to them. There might be other C_OBJECTs that have public constructors, seems like a good place for some static analysis checks :). Force users to call the construct() method for it. |
||
|---|---|---|
| .. | ||
| AudioClient.ipc | ||
| AudioServer.ipc | ||
| ClientConnection.cpp | ||
| ClientConnection.h | ||
| CMakeLists.txt | ||
| main.cpp | ||
| Mixer.cpp | ||
| Mixer.h | ||