-
Notifications
You must be signed in to change notification settings - Fork 0
Socket Memory Leak #247
Copy link
Copy link
Open
Description
Pointer references to TcpClient are never deleted:
std::istream& inputStream = dispatcherStream ? *dispatcherStream : std::cin;
std::ostream& outputStream = dispatcherStream ? *dispatcherStream : std::cout;
Suggested (conditionally) delete &inputStream; and delete &outputStream;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels