mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +00:00
Added mising dispose in E131UpdateQueue
This commit is contained in:
parent
9004c50d78
commit
6ba7e44e3c
@ -99,5 +99,12 @@ public sealed class E131UpdateQueue : UpdateQueue
|
||||
return _sequenceNumber++;
|
||||
}
|
||||
|
||||
public override void Dispose()
|
||||
{
|
||||
base.Dispose();
|
||||
|
||||
_socket.Dispose();
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user