src/INIDispatchHandler.h
branchv_0
changeset 5 bee7acb57330
parent 3 ae8775e0bc7a
child 7 bda9d3c83cb7
--- a/src/INIDispatchHandler.h	Sat Dec 12 14:42:36 2020 +0100
+++ b/src/INIDispatchHandler.h	Sat Dec 12 19:52:38 2020 +0100
@@ -105,6 +105,7 @@
 	void endOfPipe() {
 		if (currentHandler) currentHandler->endOfPipe();
 		currentHandler.reset();
+		writer.endDocument();
 		output.flush();
 	}