You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2016/05/25 20:54:12 UTC

[jira] [Updated] (TS-4479) Memory leak in logging

     [ https://issues.apache.org/jira/browse/TS-4479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Call updated TS-4479:
---------------------------
    Description: 
Memory leak found with clang-analyzer in LogCollationAccept::accept_event():

{code}
File:	proxy/logging/LogCollationAccept.cc
Location:	line 99, column 5
Description:	Potential leak of memory pointed to by 'sm'
{code}


  was:
Memory leak found with clang-analyzer in LogObject::_checkout_write()

{code}
File:	proxy/logging/LogObject.cc
Location:	line 480, column 7
Description:	Potential leak of memory pointed to by 'tmp_h.s.pointer'
{code}



> Memory leak in logging
> ----------------------
>
>                 Key: TS-4479
>                 URL: https://issues.apache.org/jira/browse/TS-4479
>             Project: Traffic Server
>          Issue Type: Bug
>            Reporter: Bryan Call
>             Fix For: 7.0.0
>
>
> Memory leak found with clang-analyzer in LogCollationAccept::accept_event():
> {code}
> File:	proxy/logging/LogCollationAccept.cc
> Location:	line 99, column 5
> Description:	Potential leak of memory pointed to by 'sm'
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)