Skip to content

Commit

Permalink
Aestectic cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Nov 22, 2024
1 parent e59b633 commit f2af32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_json.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ MU_TEST(test_decref)
int n;
for (n=coll->_refcount; n>0; n--) dlite_instance_decref(coll);
for (n=inst->_refcount; n>0; n--) dlite_instance_decref(inst);
for (n=meta->_refcount-1; n>0; n--) dlite_meta_decref(meta); // metadata
for (n=meta->_refcount; n>1; n--) dlite_meta_decref(meta); // metadata
coll = NULL;
inst = NULL;
meta = NULL;
Expand Down

0 comments on commit f2af32c

Please sign in to comment.