Add missing node_free()

parent 4bf08a4d
......@@ -544,6 +544,8 @@ pesi_buf_bytes(struct vdp_ctx *vdx, enum vdp_action act, void **priv,
tree->retval = -1;
Lck_Unlock(&tree->tree_lock);
node_free(&node);
return (tree->retval);
}
......
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