Check for result pointer in getIcon
* src/ribbon-callbacks.cpp (getIcon): Check if result is NULL.
There are crashes reported to occur randomly in this function.
Maybe someone passes us a NULL pointer as result ptr?
Shouldn't happen but Let's guard against it.