Skip to content

Fix some issues found by valgrind

Fabian Vogt requested to merge work/fixvalgrind into master

Dangling iterators leading to a crash and a less severe uninitialized variable.

Merge request reports