issues
search
mne-tools
/
mne-cpp
MNE-CPP: A Framework for Electrophysiology
https://mne-cpp.org/
BSD 3-Clause "New" or "Revised" License
154
stars
141
forks
source link
[MAINT] Fix some issues found by coverity scan
#954
Closed
gabrielbmotta
closed
1 year ago
gabrielbmotta
commented
1 year ago
iterate over references or const references when possible in range based or loops.
remove memory leak in test
remove potential UB uses of std::move.
explicitly call default constructor of previously uninitialized members in default FiffChInfo constructor.