Commit 386f0b88 authored by Nils Goroll's avatar Nils Goroll

remove a wrong stray FREE_OBJ

this is a bad leftover from when we still used ALLOC_JOB/FREE_OBJ for
nodes and anyway we must not just free a node which is still linked in
an otherwise alive tree
parent d44f9157
......@@ -561,8 +561,6 @@ pesi_buf_bytes(struct req *req, enum vdp_action act, void **priv,
VSLdbg(req, "bytes_add: exit after transient alloc "
"failure");
FREE_OBJ(node);
Lck_Lock(&tree->tree_lock);
if (tree->retval == 0)
tree->retval = -1;
......
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