Bugzilla – Attachment #1136: another set for bug #1156
candidate.Push (v);
}
uint32_t lastDistance = 0;
for (int i = 0; i < 100; ++i)
{
SPFVertex *v = candidate.Pop ();
lastDistance = v->GetDistanceFromRoot ();
delete v;
v = 0;