You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucy.apache.org by "Nick Wellnhofer (JIRA)" <ji...@apache.org> on 2016/03/05 14:31:40 UTC

[lucy-issues] [jira] [Created] (LUCY-292) Thawing Booleans leaks memory

Nick Wellnhofer created LUCY-292:
------------------------------------

             Summary: Thawing Booleans leaks memory
                 Key: LUCY-292
                 URL: https://issues.apache.org/jira/browse/LUCY-292
             Project: Lucy
          Issue Type: Bug
          Components: Util
            Reporter: Nick Wellnhofer


When thawing Booleans, a Boolean object is created. Then one of the Boolean singletons is returned and the original object is decref'd. But DECREF has no effect on Booleans resulting in a memory leak.



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