Björn created CMIS-657:
--------------------------
Summary: Memory leak in DotCMIS
Key: CMIS-657
URL: https://issues.apache.org/jira/browse/CMIS-657
Project: Chemistry
Issue Type: Bug
Components: dotcmis
Affects Versions: DotCMIS 0.5
Reporter: Björn
I have just found a serious memory leak in dotcmis. The function
"DeserializeElement" in converter.cs is leaking. I have tried to load a type
definition multiple times without reusing the session object.(I have always
created a new one.) The type definition contains a large set of "choices".
Doing so will flood the memory. The memory leak is located in the XmlSerializer
constructor. Please take a look at this article describing the issue:
http://www-jo.se/f.pfleger/memoryleak Microsofts suggestion is to reuse the
XmlSerializer class or to use another constructor.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira