[ 
https://issues.apache.org/jira/browse/ORC-372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16501042#comment-16501042
 ] 

ASF GitHub Bot commented on ORC-372:
------------------------------------

Github user wgtmac commented on a diff in the pull request:

    https://github.com/apache/orc/pull/277#discussion_r192910566
  
    --- Diff: c++/src/Compression.cc ---
    @@ -282,6 +285,11 @@ DIAGNOSTIC_PUSH
         }
       }
     
    +  void ZlibCompressionStream::end() {
    +    (void)deflateEnd(&strm);
    +  }
    +
    +
    --- End diff --
    
    remove this line


> Enable valgrind for C++ travis-ci tests
> ---------------------------------------
>
>                 Key: ORC-372
>                 URL: https://issues.apache.org/jira/browse/ORC-372
>             Project: ORC
>          Issue Type: Improvement
>            Reporter: Deepak Majeti
>            Assignee: Deepak Majeti
>            Priority: Major
>
> It will be useful to run valgrind as part of the travis-ci tests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to