From 69b68bc2f59bfea217c776b549e39ddf10e7f7ba Mon Sep 17 00:00:00 2001 From: Aleos Date: Fri, 17 Jan 2020 19:13:47 -0500 Subject: [PATCH] Fixed CSV2YAML not freeing memory (#4542) * Fixes #4541. * CSV2YAML tool will now free the memory on each database conversion. Thanks to @Lemongrass3110! --- src/tool/csv2yaml.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tool/csv2yaml.cpp b/src/tool/csv2yaml.cpp index c80e9d0d95..076446c98f 100644 --- a/src/tool/csv2yaml.cpp +++ b/src/tool/csv2yaml.cpp @@ -178,6 +178,8 @@ bool process( const std::string& type, uint32 version, const std::vector