Naotonosato/Blawn

class Node must have virtual destructor.

herumi opened this issue · 0 comments

https://github.com/Naotonosato/Blawn/blob/master/src/compiler/ast/node.hpp#L30

派生先のポインタをNode*でうけるなら、Nodeのデストラクタはvirtualでないとメモリリークする可能性があります。