From e132c085d2438fec368bdaf26032037bc7e88d00 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 28 Jun 2018 16:57:37 +0200 Subject: Add compiled files to .gitignore on sibs new and sibs init --- src/Conf.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Conf.cpp') diff --git a/src/Conf.cpp b/src/Conf.cpp index 4424551..c71c7bc 100644 --- a/src/Conf.cpp +++ b/src/Conf.cpp @@ -458,6 +458,7 @@ namespace sibs if(fileContentResult.unwrap().size >= 3 && utf8::is_bom(code)) code += 3; + // Do not free file content (fileContentResult) on purpose, since we are using the data and sibs is short lived return Parser::parse(code, callback); } -- cgit v1.2.3