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?


---

Reply via email to