This should help with https://bugs.kde.org/show_bug.cgi?id=386279
Since the m_walker can be set to zero, and since it is a shared pointer, and we should always check shared pointers before dereferencing, we should check m_walker before using it.
Also, remove a rather strangely phrased sentence that doesn't add much to the console log report.