You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2010/06/24 16:40:50 UTC

[jira] Created: (HARMONY-6558) [classlib][atoe] memory leak, atoe.c strdup(lc) never freed

[classlib][atoe] memory leak, atoe.c  strdup(lc) never freed
------------------------------------------------------------

                 Key: HARMONY-6558
                 URL: https://issues.apache.org/jira/browse/HARMONY-6558
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
    Affects Versions: 5.0M14, 6.0M2
            Reporter: Mark Hindess


The memory allocated by the strdup(lc) on line 1827 is never freed.  (This was found using cppcheck.)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.