Commit 39048ad1 authored by Simon Kelley's avatar Simon Kelley

bug fix, avoids infinite loop in forwarding code.

parent 979cdf9b
...@@ -1596,7 +1596,7 @@ static void free_frec(struct frec *f) ...@@ -1596,7 +1596,7 @@ static void free_frec(struct frec *f)
if (f->blocking_query) if (f->blocking_query)
free_frec(f->blocking_query); free_frec(f->blocking_query);
f->blocking_query = NULL; f->blocking_query = NULL;
f->dependent = NULL;
#endif #endif
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment