You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Dave Brosius (JIRA)" <xe...@xml.apache.org> on 2006/09/09 18:19:22 UTC

[jira] Created: (XERCESJ-1184) [PATCH] remove ignored memory allocation

[PATCH] remove ignored memory allocation
----------------------------------------

                 Key: XERCESJ-1184
                 URL: http://issues.apache.org/jira/browse/XERCESJ-1184
             Project: Xerces2-J
          Issue Type: Bug
          Components: DTD
    Affects Versions: 2.8.1
            Reporter: Dave Brosius
            Priority: Trivial
         Attachments: ermove_useless_allocation.diff

code allocates an object, and then allocates another object and stores it into the same reference, thereby rendering the first allocation useless.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


[jira] Updated: (XERCESJ-1184) [PATCH] remove ignored memory allocation

Posted by "Dave Brosius (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESJ-1184?page=all ]

Dave Brosius updated XERCESJ-1184:
----------------------------------

    Attachment: ermove_useless_allocation.diff

> [PATCH] remove ignored memory allocation
> ----------------------------------------
>
>                 Key: XERCESJ-1184
>                 URL: http://issues.apache.org/jira/browse/XERCESJ-1184
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: DTD
>    Affects Versions: 2.8.1
>            Reporter: Dave Brosius
>            Priority: Trivial
>         Attachments: ermove_useless_allocation.diff
>
>
> code allocates an object, and then allocates another object and stores it into the same reference, thereby rendering the first allocation useless.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


[jira] Updated: (XERCESJ-1184) [PATCH] remove ignored memory allocation

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESJ-1184?page=all ]

Michael Glavassevich updated XERCESJ-1184:
------------------------------------------

    Issue Type: Improvement  (was: Bug)

> [PATCH] remove ignored memory allocation
> ----------------------------------------
>
>                 Key: XERCESJ-1184
>                 URL: http://issues.apache.org/jira/browse/XERCESJ-1184
>             Project: Xerces2-J
>          Issue Type: Improvement
>          Components: DTD
>    Affects Versions: 2.8.0
>            Reporter: Dave Brosius
>         Assigned To: Michael Glavassevich
>            Priority: Trivial
>         Attachments: ermove_useless_allocation.diff
>
>
> code allocates an object, and then allocates another object and stores it into the same reference, thereby rendering the first allocation useless.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


[jira] Resolved: (XERCESJ-1184) [PATCH] remove ignored memory allocation

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESJ-1184?page=all ]

Michael Glavassevich resolved XERCESJ-1184.
-------------------------------------------

    Fix Version/s: 2.8.1
       Resolution: Fixed

Dave, thanks for the patch. I've committed it to SVN.

> [PATCH] remove ignored memory allocation
> ----------------------------------------
>
>                 Key: XERCESJ-1184
>                 URL: http://issues.apache.org/jira/browse/XERCESJ-1184
>             Project: Xerces2-J
>          Issue Type: Improvement
>          Components: DTD
>    Affects Versions: 2.8.0
>            Reporter: Dave Brosius
>         Assigned To: Michael Glavassevich
>            Priority: Trivial
>             Fix For: 2.8.1
>
>         Attachments: ermove_useless_allocation.diff
>
>
> code allocates an object, and then allocates another object and stores it into the same reference, thereby rendering the first allocation useless.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


[jira] Updated: (XERCESJ-1184) [PATCH] remove ignored memory allocation

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESJ-1184?page=all ]

Michael Glavassevich updated XERCESJ-1184:
------------------------------------------

    Affects Version/s: 2.8.0
                           (was: 2.8.1)

> [PATCH] remove ignored memory allocation
> ----------------------------------------
>
>                 Key: XERCESJ-1184
>                 URL: http://issues.apache.org/jira/browse/XERCESJ-1184
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: DTD
>    Affects Versions: 2.8.0
>            Reporter: Dave Brosius
>            Priority: Trivial
>         Attachments: ermove_useless_allocation.diff
>
>
> code allocates an object, and then allocates another object and stores it into the same reference, thereby rendering the first allocation useless.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org


[jira] Assigned: (XERCESJ-1184) [PATCH] remove ignored memory allocation

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESJ-1184?page=all ]

Michael Glavassevich reassigned XERCESJ-1184:
---------------------------------------------

    Assignee: Michael Glavassevich

> [PATCH] remove ignored memory allocation
> ----------------------------------------
>
>                 Key: XERCESJ-1184
>                 URL: http://issues.apache.org/jira/browse/XERCESJ-1184
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: DTD
>    Affects Versions: 2.8.0
>            Reporter: Dave Brosius
>         Assigned To: Michael Glavassevich
>            Priority: Trivial
>         Attachments: ermove_useless_allocation.diff
>
>
> code allocates an object, and then allocates another object and stores it into the same reference, thereby rendering the first allocation useless.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org