Skip to content

Some code correctness improvements

Mathieu Bridon requested to merge scan-build into master

I've just ran the library through clang's scan-build tool (which is awesome, by the way), and it found a couple of problematic things.

Nothing critical, but a few memory leaks in cases of errors, and some dead assignments.

Merge request reports