Skip to content

Commit

Permalink
[mlir][capi] Fix leak in test
Browse files Browse the repository at this point in the history
  • Loading branch information
trilorez committed Apr 4, 2022
1 parent dacb271 commit e394c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlir/test/CAPI/pass.c
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ void testExternalPass() {
}

mlirTypeIDAllocatorDestroy(typeIDAllocator);
mlirModuleDestroy(module);
mlirContextDestroy(ctx);
}

Expand Down

0 comments on commit e394c4e

Please sign in to comment.