[
https://issues.apache.org/jira/browse/TRAFODION-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540225#comment-16540225
]
ASF GitHub Bot commented on TRAFODION-2743:
-------------------------------------------
Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1633#discussion_r201728736
--- Diff: win-odbc64/odbcclient/drvr35/lob.cpp ---
@@ -54,8 +54,12 @@ namespace ODBC {
CStmt *pStatement = (CStmt *)hstmt;
IDL_long extractLen = length;
+ IDL_string lobHandleTemp = (IDL_string)malloc(lobHandleLen + 1);
--- End diff --
Is there a place where this string will be deleted? If not, is this a
memory leak?
> windows ODBC 64 need support LOB
> --------------------------------
>
> Key: TRAFODION-2743
> URL: https://issues.apache.org/jira/browse/TRAFODION-2743
> Project: Apache Trafodion
> Issue Type: Bug
> Reporter: Weiqing Xu
> Priority: Major
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)