Commit c1f87660 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix memory leak in expire_resend.

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