You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by se...@apache.org on 2017/07/11 04:25:11 UTC

[2/3] incubator-trafodion git commit: Fix for the failure in the commit 7c3a46a7efc63974b21e88022dd2cf8829784c8c

Fix for the failure in the commit 7c3a46a7efc63974b21e88022dd2cf8829784c8c


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/7ebe8ab9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/7ebe8ab9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/7ebe8ab9

Branch: refs/heads/master
Commit: 7ebe8ab95d1fd43e63d7412edb5a684999e5f3bb
Parents: 7c3a46a
Author: selvaganesang <se...@esgyn.com>
Authored: Mon Jul 10 22:23:52 2017 +0000
Committer: selvaganesang <se...@esgyn.com>
Committed: Mon Jul 10 22:23:52 2017 +0000

----------------------------------------------------------------------
 core/sql/executor/HBaseClient_JNI.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/7ebe8ab9/core/sql/executor/HBaseClient_JNI.h
----------------------------------------------------------------------
diff --git a/core/sql/executor/HBaseClient_JNI.h b/core/sql/executor/HBaseClient_JNI.h
index d313131..ea957e7 100644
--- a/core/sql/executor/HBaseClient_JNI.h
+++ b/core/sql/executor/HBaseClient_JNI.h
@@ -247,7 +247,7 @@ public:
 
     if (tableName_ != NULL)
     {
-        NADELETEBASIC(tableName_, heap);
+        NADELETEBASIC(tableName_, heap_);
         tableName_ = NULL;
     }
     tableName_ = new (heap_) char[len+1];