Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix retention of call frames by way of unneeded LTM construction lists
  • Loading branch information
sorear committed Feb 26, 2012
1 parent aaedd91 commit 05fa915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Cursor.cs
Expand Up @@ -1255,6 +1255,8 @@ public struct Edge {

public void Complete() {
nodes = nodes_l.ToArray();
info_stack = null;
outer_stack = null;
greybuf = new int[nodes.Length];

var oedges = edges;
Expand Down

0 comments on commit 05fa915

Please sign in to comment.