melib: create new threadnode if it's missing inside rebuild_thread

embed
Manos Pitsidianakis 2019-04-06 01:42:23 +03:00
parent 6b3c4d57d6
commit d9a3b03e2b
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1 changed files with 1 additions and 1 deletions

View File

@ -973,7 +973,7 @@ impl Threads {
node_build(tree, id, &mut self.thread_nodes, 1, collection);
return;
}
unreachable!();
tree.push(ThreadTree::new(id));
}
/* Trace path back to root ThreadNode */