]> granicus.if.org Git - graphviz/commit
manage _run member of Text as a value instead of a pointer
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 13 Apr 2021 01:48:32 +0000 (18:48 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 19 Apr 2021 03:53:34 +0000 (20:53 -0700)
commit3ebc1dce989bd4e136878d3ed519cd67c35b80fa
treeae82cc4cda445a9110bdda47a754b308f1b31e59
parent7e4e91da6aec9d7e179874f56daf18c0dcfa3bc8
manage _run member of Text as a value instead of a pointer

This member is never set to NULL and the Run class is not involved in any
inheritance hierarchy. So there is no need to heap-allocate it or pass it around
by pointer.
plugin/visio/VisioText.cpp
plugin/visio/VisioText.h