Skip to content

tabbox: Makes sure we are not calling a null pointer

Aleix Pol Gonzalez requested to merge work/apol/tabbox-crash into master

The desktopClient is a weak pointer and therefore can be null. This makes sure that we are not calling a null instance of it.

It seems likely it was introduced here 45486ce5

This is a blind non-reproduced fix for the issue here: https://errors-eval.kde.org/organizations/kde/issues/158/

Merge request reports