haojin2 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_r342749974
 
 

 ##########
 File path: src/operator/operator_tune-inl.h
 ##########
 @@ -116,6 +116,10 @@ class OperatorTune : public OperatorTuneByType<DType> {
     TuneAll();
   }
 
+  ~OperatorTune() {
+    delete[] data_set_;
 
 Review comment:
   Good catch, I'll do that together with fixes to the windows compilation 
issues & conflict resolutions.

----------------------------------------------------------------
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