Skip to content

fix leaks

Milian Wolff requested to merge work/fix-leaks into master

Fix memory leaks and cleanup the code a bit. Generally, kcrash seems to be pretty bad from a code quality POV :(

I believe for example that KCrash::setErrorMessage is completely useless, as the s_kcrashErrorMessage is only stored but never read from? Can we remove it?

@dfaure @kossebau @cordlandwehr

Merge request reports