From 61804c481ba0d7345c6c5a74a94af54717c95bf4 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Tue, 17 Sep 2013 15:10:05 -0400 Subject: [PATCH] fix errors from 'dot -P' --- lib/gvc/gvplugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gvc/gvplugin.c b/lib/gvc/gvplugin.c index 817055315..66b099d59 100644 --- a/lib/gvc/gvplugin.c +++ b/lib/gvc/gvplugin.c @@ -670,7 +670,7 @@ Agraph_t * gvplugin_graph(GVC_t * gvc) #ifndef WITH_CGRAPH agdelete(ssg->meta_node->graph, ssg->meta_node); #else - agdelete(g, ssg); + agdelete(sg, ssg); #endif } } -- 2.40.0