Time Nick Message 19:51 Krock .. there's a few memory access issues in 'GettextPluralForm::parseHeaderLine' -> 'GettextPluralForm::parse' -> 'parse_ternary' 19:51 Krock some others in 'Translations::loadPoTranslation' too 20:21 [MatrxMT] Oh? 20:26 [MatrxMT] substr(1) I suppose? 20:32 Krock no idea. was busy with my PR. might have a look into that later this week, if no-one else cares. 20:33 Krock I found this by checking for issues in my code, but it turns out the existing code was not working correctly in the new use-case. 20:33 [MatrxMT] I might look into it (and blame myself) 20:33 Krock heheh 20:33 Krock > valgrind --log-file=valgrind2.log --leak-check=full ./luanti 20:33 Krock just starting Luanti is enough to get them 21:29 [MatrxMT] Krock: Somehow I'm not able to reproduce that. Did you find the leak in a PR that I can use as a reference?