ooof, nearly created a memleak

This commit is contained in:
neon 2018-09-03 21:00:29 +02:00
parent 41977d77db
commit 7e959b861f

View File

@ -583,6 +583,7 @@ public Action Command_NominateList(int client, int args)
GetArrayString(MapList, i, map, sizeof(map));
StrCat(aBuf, sizeof(aBuf), map);
}
delete MapList;
return Plugin_Handled;
}