Skip to content

Commit d82e84f

Browse files
committed
Add a memleak fix within unbundle test
1 parent cc815fe commit d82e84f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

amd/comgr/test-lit/comgr-sources/unbundle.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ int main(int argc, char *argv[]) {
7373
amd_comgr_(destroy_action_info(DataAction));
7474
amd_comgr_(destroy_data_set(OutputBitcode));
7575
amd_comgr_(destroy_data_set(InputBundles));
76+
free(BundleData);
7677

7778
return 0;
7879
}

0 commit comments

Comments
 (0)