bug fix, avoids infinite loop in forwarding code.

This commit is contained in:
Simon Kelley
2014-01-21 17:33:58 +00:00
parent 979cdf9b64
commit 39048ad10b

View File

@@ -1596,7 +1596,7 @@ static void free_frec(struct frec *f)
if (f->blocking_query)
free_frec(f->blocking_query);
f->blocking_query = NULL;
f->dependent = NULL;
#endif
}