Closed aobatact closed 3 years ago
Some Edges are not accessible so it won't be initialized for optimization. This is OK for !Drop type but it might be leak, or double free for Drop type. So fix it for uninitialized edges.
!Drop
Drop
None
Partialy fixed in #39
Some Edges are not accessible so it won't be initialized for optimization. This is OK for
!Drop
type but it might be leak, or double free forDrop
type. So fix it for uninitialized edges.