cjolivier01 commented on a change in pull request #16728: [DO NOT MERGE YET] 
Support boolean elemwise/broadcast binary add, multiply and true_divide
URL: https://github.com/apache/incubator-mxnet/pull/16728#discussion_r342619026
 
 

 ##########
 File path: src/operator/operator_tune-inl.h
 ##########
 @@ -116,6 +116,10 @@ class OperatorTune : public OperatorTuneByType<DType> {
     TuneAll();
   }
 
+  ~OperatorTune() {
+    delete[] data_set_;
 
 Review comment:
   why not use a unique_ptr and then let it clean itself up?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to