Skip to content

Commit d8495b3

Browse files
committed
Minor tweak to #427
1 parent bbfdf92 commit d8495b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toml/src/main/java/com/fasterxml/jackson/dataformat/toml/TomlGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ public void close() throws IOException {
133133
_out.flush();
134134
}
135135
}
136-
_ioContext.close();
137136
// Internal buffer(s) generator has can now be released as well
138137
_releaseBuffers();
138+
_ioContext.close();
139139
}
140140
}
141141

0 commit comments

Comments
 (0)