Commit c34b468
Christian Convey
[relay] Fix missing virtual destructor
Add missing virtual destructor for derived class
`tvm::relay::transforms::ExistingGlobalSymbolCache`.
Fixes a potential problem when deleting an instance
using a pointer-to-base-class.1 parent 70884e9 commit c34b468
File tree
2 files changed
+4
-0
lines changed- src/relay/transforms
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments