Minor memory use optimization.

This commit is contained in:
Thulinma 2014-05-11 15:37:06 +02:00
parent 8e3d636381
commit c82aa656cd

View file

@ -205,6 +205,7 @@ namespace Mist {
}else{ }else{
seek(0); seek(0);
} }
capa.null();
} }
/// Clears the buffer, sets parseData to false, and generally makes not very much happen at all. /// Clears the buffer, sets parseData to false, and generally makes not very much happen at all.