Skip to content
Snippets Groups Projects
Commit 8d06c2bc authored by Dawid Paluszkiewicz's avatar Dawid Paluszkiewicz
Browse files

test: set *oidp to OID_NULL

Ref: pmem/issues#1037
parent 517e900b
No related branches found
No related tags found
No related merge requests found
......@@ -1659,6 +1659,8 @@ pocli_pmemobj_tx_free(struct pocli_ctx *ctx, struct pocli_args *args)
if (r != POCLI_RET_OK)
return pocli_err(ctx, POCLI_ERR_ARGS,
"pmemobj_tx_free() failed\n");
else
*oidp = OID_NULL;
pocli_printf(ctx, "%s(%p): off = 0x%llx uuid = 0x%llx\n",
args->argv[0], oidp,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment