On destructing ofxOscParameterSync(), I'm getting the following error:
terminate called after throwing an instance of 'Poco::SystemException'
what(): System exception
The offending line appears to be this on line 17 of ofxOscParameterSync:
ofRemoveListener(syncGroup->parameterChangedE,this,&ofxOscParameterSync::parameterChanged);
Removing this line avoids the exception.
I'm not sure why this is happening...the ofRemoveListener call seems legit.