Skip to content

Fix another potential nullref

Flo Lee requested to merge fix-nullref-more into master

Accessing the message summary from QML happens sometimes before the message is deserialized. In this case message content would be null and the code would segfault.

Edited by Flo Lee

Merge request reports