Closed guruofquality closed 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
https://github.com/pothosware/pothos/commit/abfb751999d567554648a5d918b5ff2de43a07c9
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