SPRNET-1121 - XmlMessageConverter error (stream closing order)
This commit is contained in:
@@ -89,7 +89,6 @@ namespace Spring.Messaging.Nms.Support.Converter
|
||||
} finally
|
||||
{
|
||||
if (memoryStream != null) memoryStream.Close();
|
||||
if (xmlTextWriter != null) xmlTextWriter.Close();
|
||||
}
|
||||
return xmlString;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user