Skip to content

SCT_CalibAlgs: Thread-safety fixes.

Copying an AttributeList is in general not thread-safe. Mark relevant methods as not thread-safe (they're only called during stop()).

Fix a use of non-const static data.

Merge request reports