Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ImportedProjects
SVG
Commits
a8ae07cc
Commit
a8ae07cc
authored
Dec 24, 2011
by
Tebjan Halm
Browse files
writer stream will not be closed
parent
b044459f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/SvgDocument.cs
View file @
a8ae07cc
...
...
@@ -394,7 +394,7 @@ namespace Svg
this
.
WriteElement
(
xmlWriter
);
xmlWriter
.
Close
();
xmlWriter
.
Flush
();
Thread
.
CurrentThread
.
CurrentCulture
=
previousCulture
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment