OSC: Fix OSC method deletion upon signal deletion.

Closes #184
pull/186/head
Jonathan Moore Liles 2015-10-05 17:58:49 -07:00
parent 5984b12b1a
commit b57f891e6d
1 changed files with 1 additions and 1 deletions

View File

@ -1047,7 +1047,7 @@ namespace OSC
{
// DMESSAGE( "Deleted OSC method %s (%s)", path, typespec );
lo_server_del_method( _server, o->path(), "f" );
lo_server_del_method( _server, o->path(), NULL );
/* tell our peers about it */
for ( std::list<Peer*>::iterator i = _peers.begin();