Commit 2e9cb36
[compiler] Fix CompilerClient CAPI destroy function
Fixes an issue where the `mtrtCompilerClientDestroy` function was not correctly
destroying the underlying C++ CompilerClient object.
GitOrigin-RevId: 39362fcb2fc2bf8233b4695fed5e6a3944cdf6061 parent 718ded6 commit 2e9cb36
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments