1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-02-11 05:00:10 +03:00

Fix memory leak in LoadLangList()

This commit is contained in:
synqa
2026-01-30 23:04:35 +09:00
parent 68e9f0b593
commit 6ef941db21

View File

@ -470,6 +470,7 @@ LIST *LoadLangList()
b = ReadDump(filename);
if (b == NULL)
{
FreeLangList(o);
return NULL;
}