Skip to content

Commit

Permalink
bm
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Jan 27, 2024
1 parent 8fad1b3 commit 8b1227e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libdispatch/ncs3sdk_h5.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,8 @@ parse_listbucketresult(char* xml, unsigned long long xmllen, struct LISTOBJECTSV
if(resultp) {*resultp = result; result = NULL;}

done:
if(result) reclaim_listobjectsv2(result);
if(doc) ncxml_free(doc);
if(result) reclaim_listobjectsv2(result);
return NCTHROW(stat);
}

Expand Down
2 changes: 2 additions & 0 deletions v3_tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ DISTCLEANFILES += ${FILES} ${ALLBUILTSRC} ${ALLBUILTSCRIPTS}
BUILT_SOURCES += ${FILES}

${FILES}:
echo "ALLSRC=${ALLSRC}"
echo "FILES=${FILES}"
for u in $@ ; do cp -f ${top_srcdir}/nczarr_test/$$u $(top_srcdir)/v3_tests ; done

# If valgrind is present, add valgrind targets.
Expand Down

0 comments on commit 8b1227e

Please sign in to comment.