Skip to content
Snippets Groups Projects
Commit fec9d0bd authored by Dan Vonk's avatar Dan Vonk Committed by Daniel Vonk
Browse files

Fix memory leak in IScatterDevice

parent a5e46470
No related branches found
No related tags found
2 merge requests!19Merge develop into main,!17Add CUDA backend
......@@ -21,4 +21,5 @@ public:
// TODO: replace with std thread
virtual std::map<boost::thread::id, Timer> &getTimer() = 0;
virtual void run() = 0;
virtual ~IScatterDevice() {};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment