[ https://issues.apache.org/jira/browse/RAMPARTC-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Garrett Holmstrom updated RAMPARTC-153:
---------------------------------------
Attachment: rampart-trunk-memleak.patch
Patch for in_handler memory leak
> [PATCH] Memory leak in in_handler
> ---------------------------------
>
> Key: RAMPARTC-153
> URL: https://issues.apache.org/jira/browse/RAMPARTC-153
> Project: Rampart/C
> Issue Type: Bug
> Components: Rampart-core
> Affects Versions: 1.3.0
> Environment: Linux (all distributions)
> Reporter: Garrett Holmstrom
> Assignee: Malinda Kaushalye Kapuruge
> Labels: patch
> Attachments: rampart-trunk-memleak.patch
>
>
> The rampart_in_handler_invoke function leaks memory every time it succeeds because it
fails to free rampart_context before returning. The attached patch makes it call rampart_context_free
before returning.
> Ubuntu has been carrying a patch for this for some time, so it would be nice to get it
upstream if possible.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org
|