Skip to content

Commit 06463dd

Browse files
committed
minor fix
1 parent 1b51991 commit 06463dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rubjerg.Graphviz/RootGraph.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ public void Close()
5353
if (!_closed)
5454
{
5555
_closed = true;
56+
_ = Agclose(_ptr);
5657
if (_added_pressure > 0)
5758
GC.RemoveMemoryPressure(_added_pressure);
58-
_ = Agclose(_ptr);
5959
}
6060
}
6161

0 commit comments

Comments
 (0)