Fix memory leak stream UDP

This commit is contained in:
brunoherbelin
2020-11-01 23:32:40 +01:00
parent b8ebab5766
commit 0738c25fb4
8 changed files with 33 additions and 21 deletions

View File

@@ -30,6 +30,7 @@ class NetworkStream : public Stream
public:
NetworkStream();
void connect(const std::string &nameconnection);
bool connected() const;
void disconnect();