You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/12/04 20:58:00 UTC

[jira] [Commented] (GEODE-7509) Memory leaks in C++ native client

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

ASF subversion and git services commented on GEODE-7509:
--------------------------------------------------------

Commit 2a5657e3c29112fb3ffe7dec41ea61f1d4e2c2db in geode-native's branch refs/heads/develop from Alberto Gomez
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=2a5657e ]

GEODE-7509: Fix memory leaks in C++ client (#556)

This commit solves some more memory leaks
and uninitialized memory accesses found
in the C++ client when running the integration
tests that were not solved by GEODE-7476

* Fix memory leaks in Expiration
* Fix new leaks and unitialized memory errors
* Fix memory leak in ExpiryTaskManager
* Fix some uninitialized memory valgrind errors
* Fixed JMUTF-8 bug in TcrMessage.readStringPart
  * Updated CqTest to verify fix


> Memory leaks in C++ native client
> ---------------------------------
>
>                 Key: GEODE-7509
>                 URL: https://issues.apache.org/jira/browse/GEODE-7509
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Alberto Gomez
>            Assignee: Alberto Gomez
>            Priority: Major
>          Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> There are some remaining memory leaks in the C++ client observed when running the integration tests under valgrind.
> This ticket tries to address the ones left by GEODE-7476.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)