sitter added inline comments. INLINE COMMENTS
> kcrash.cpp:107 > + > +static char* s_kcrashErrorMessage; > Q_GLOBAL_STATIC(KCrash::CoreConfig, s_coreConfig) - on wrong side of space needs defining to nullptr > kcrash.cpp:994 > +{ > + s_kcrashErrorMessage = qstrdup(message.toUtf8().constData()); > +} I fear that is now leaking when the function is called more than once if (s_kcrashErrorMessage) { free(s_kcrashErrorMessage); } REPOSITORY R285 KCrash REVISION DETAIL https://phabricator.kde.org/D27986 To: apol, #frameworks, sitter, dfaure Cc: dfaure, kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns