Commit c1f87660 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix memory leak in expire_resend.

parent b8170648
...@@ -251,6 +251,7 @@ expire_resend() ...@@ -251,6 +251,7 @@ expire_resend()
} }
recompute = 1; recompute = 1;
} else { } else {
previous = current;
current = current->next; current = current->next;
} }
} }
......
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