mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
2023-08-04 Fred Gleason <fredg@paravelsystems.com>
* Added a destructor to the 'RDMulticaster' class. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -39,6 +39,12 @@ RDMulticaster::RDMulticaster(QObject *parent)
|
||||
}
|
||||
|
||||
|
||||
RDMulticaster::~RDMulticaster()
|
||||
{
|
||||
delete multi_socket;
|
||||
}
|
||||
|
||||
|
||||
bool RDMulticaster::bind(uint16_t port)
|
||||
{
|
||||
return multi_socket->bind(QHostAddress("0.0.0.0"),port);
|
||||
|
||||
Reference in New Issue
Block a user