pothosware / pothos-library

Framework library used by all Pothos projects
www.pothosware.com
4 stars 0 forks source link

Topology assign/copy construct issue #57

Closed guruofquality closed 10 years ago

guruofquality commented 10 years ago

The old topology is not shutting down when the assignment occurs... this is because the shared_ptr _impl needs to handle the shutdown on its destruction.

oldTopology = Pothos::Topology(); //doesnt shutdown oldTopology

guruofquality commented 10 years ago

https://github.com/pothosware/pothos/commit/abfb751999d567554648a5d918b5ff2de43a07c9