Fix memory leak in client

This commit is contained in:
def 2014-12-02 13:36:27 +01:00
parent d3837038eb
commit 0963b68dea

View file

@ -914,6 +914,9 @@ void CServerBrowser::LoadDDNet()
m_NumDDNetCountries++;
}
}
if (pCountries)
json_value_free(pCountries);
}
}