Skip to content
Snippets Groups Projects
Commit 012a25bd authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Fixed a bug in the node class destructor. The internal thread was killed but not destroyed.

parent 3b4d584a
No related branches found
No related tags found
No related merge requests found
......@@ -383,6 +383,7 @@ IriBaseNodeDriver<Driver>::~IriBaseNodeDriver()
this->driver_.close();
this->thread_server_->kill_thread(this->main_thread_id_);
this->thread_server_->delete_thread(this->main_thread_id_);
}
}
......
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