From: John Ellson Date: Tue, 6 Jan 2015 17:07:27 +0000 (-0500) Subject: fix coverity #82925 X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~129^2~5^2~3^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d27ecc33ef9be898d769ebbc3dbd967dfe4e095;p=graphviz fix coverity #82925 --- diff --git a/lib/common/shapes.c b/lib/common/shapes.c index e0c484f53..0567e4569 100644 --- a/lib/common/shapes.c +++ b/lib/common/shapes.c @@ -2734,6 +2734,7 @@ static port poly_port(node_t * n, char *portname, char *compass) unrecognized(n, portname); } + rv.name = NULL; return rv; }