This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new afb7505  fix cpp test_regress_label (#18211)
afb7505 is described below

commit afb750570e71545b7b58d7374f586b21156d36d8
Author: Haibin Lin <linhaibin.e...@gmail.com>
AuthorDate: Fri May 1 04:28:24 2020 -0700

    fix cpp test_regress_label (#18211)
    
    Co-authored-by: Ubuntu <ubuntu@ip-172-31-57-164.ec2.internal>
---
 cpp-package/example/test_regress_label.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpp-package/example/test_regress_label.cpp 
b/cpp-package/example/test_regress_label.cpp
index 8d1d644..8ef9d00 100644
--- a/cpp-package/example/test_regress_label.cpp
+++ b/cpp-package/example/test_regress_label.cpp
@@ -52,5 +52,6 @@ int main() {
         LOG(ERROR) << "Error binding the symbol: " << MXGetLastError() << " " 
<< e.what();
         throw;
     }
+    MXNotifyShutdown();
     return 0;
 }

Reply via email to