Skip to content

Fix dereference of uninitialized weak pointer.

David Thompson requested to merge dcthomp/smtk:graph-fixes into master

At the point where m_to was referenced, it had not been assigned.

Merge request reports