mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-01 01:16:03 -04:00
fix some cppcheck detected (potential) issues
This commit is contained in:
Vendored
+1
-1
@@ -158,7 +158,7 @@ CSAssistGameAPIcore::CSAssistGameAPIcore(CSAssistGameAPI *api, const char *serve
|
||||
//fprintf(stderr, "res=%d, p=%s, host=%s, port=%d, size=%d\n", res, p, host, port, m_serverList.size());
|
||||
delete [] p;
|
||||
}
|
||||
delete host;
|
||||
delete [] host;
|
||||
delete [] buf;
|
||||
m_curServer = m_serverList.begin();
|
||||
GetLBHost();
|
||||
|
||||
Reference in New Issue
Block a user