You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Robert Middleton (Jira)" <lo...@logging.apache.org> on 2022/11/09 02:01:00 UTC

[jira] [Created] (LOGCXX-563) Fix memory leaks

Robert Middleton created LOGCXX-563:
---------------------------------------

             Summary: Fix memory leaks
                 Key: LOGCXX-563
                 URL: https://issues.apache.org/jira/browse/LOGCXX-563
             Project: Log4cxx
          Issue Type: Bug
            Reporter: Robert Middleton
            Assignee: Robert Middleton


For next_stable, when compiling with -fsanitize=leak a number of tests fail because they leak memory.  While this is not critical for correct behavior, it does mean that any clients that are trying to fix memory leaks will get many false positives from libraries that they don't control.

 

We may also want to add in a github action for this to make sure that memory is cleaned up appropriately.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)