Skip to content

Poco::SystemException in ofxOscParameterSync() destructor #3104

@pierrep

Description

@pierrep

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions