From c82aa656cd58f4967525f9b1dba91ad423f3f254 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Sun, 11 May 2014 15:37:06 +0200 Subject: [PATCH] Minor memory use optimization. --- src/output/output.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/output/output.cpp b/src/output/output.cpp index 077c6d94..10464ac3 100644 --- a/src/output/output.cpp +++ b/src/output/output.cpp @@ -205,6 +205,7 @@ namespace Mist { }else{ seek(0); } + capa.null(); } /// Clears the buffer, sets parseData to false, and generally makes not very much happen at all.