akosik-anyvision opened a new pull request #5735:
URL: https://github.com/apache/incubator-tvm/pull/5735


   Fixes #5728. 
   
   The Instruction dtor in the Relay VM currently uses `delete` to free memory 
that was allocated with `new[]`. This PR changes each occurrence of `delete` to 
`delete[]`.
   
   @zhiics please take a look, when you get a chance.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to