SPRNET-1121 - XmlMessageConverter error (stream closing order)

This commit is contained in:
markpollack
2008-11-21 18:27:56 +00:00
parent 64981c6eda
commit fbc2ef772e

View File

@@ -89,7 +89,6 @@ namespace Spring.Messaging.Nms.Support.Converter
} finally
{
if (memoryStream != null) memoryStream.Close();
if (xmlTextWriter != null) xmlTextWriter.Close();
}
return xmlString;
}