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.