mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Fix memory leak stream UDP
This commit is contained in:
@@ -30,6 +30,7 @@ class NetworkStream : public Stream
|
||||
public:
|
||||
|
||||
NetworkStream();
|
||||
|
||||
void connect(const std::string &nameconnection);
|
||||
bool connected() const;
|
||||
void disconnect();
|
||||
|
||||
Reference in New Issue
Block a user