You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Olivier Mengué (JIRA)" <ji...@apache.org> on 2010/02/02 16:14:23 UTC

[jira] Created: (AXIS2C-1447) axutil_hash_free() should free using ht->env

axutil_hash_free() should free using ht->env
--------------------------------------------

                 Key: AXIS2C-1447
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1447
             Project: Axis2-C
          Issue Type: Bug
          Components: util
    Affects Versions: 1.6.0, Current (Nightly)
            Reporter: Olivier Mengué


Currently axutil_hash_free() frees memory using the 'env' arg. Instead it should use the same allocator that was used for allocation. This allocation is stored in the 'env' member (ht->env).

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


[jira] Updated: (AXIS2C-1447) axutil_hash_free() should free using ht->env

Posted by "Olivier Mengué (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Mengué updated AXIS2C-1447:
-----------------------------------

    Priority: Minor  (was: Major)

> axutil_hash_free() should free using ht->env
> --------------------------------------------
>
>                 Key: AXIS2C-1447
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1447
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 1.6.0, Current (Nightly)
>            Reporter: Olivier Mengué
>            Priority: Minor
>
> Currently axutil_hash_free() frees memory using the 'env' arg. Instead it should use the same allocator that was used for allocation. This allocation is stored in the 'env' member (ht->env).

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