13
0

Tear down OSC settings GUI, when the protocol is disabled

This commit is contained in:
Robin Gareus 2016-12-28 22:59:49 +01:00
parent d1e869f96d
commit c8d0015986

View File

@ -110,6 +110,7 @@ OSC::OSC (Session& s, uint32_t port)
OSC::~OSC()
{
stop ();
tear_down_gui ();
_instance = 0;
}