ooof, nearly created a memleak
This commit is contained in:
parent
41977d77db
commit
7e959b861f
@ -583,6 +583,7 @@ public Action Command_NominateList(int client, int args)
|
|||||||
GetArrayString(MapList, i, map, sizeof(map));
|
GetArrayString(MapList, i, map, sizeof(map));
|
||||||
StrCat(aBuf, sizeof(aBuf), map);
|
StrCat(aBuf, sizeof(aBuf), map);
|
||||||
}
|
}
|
||||||
|
delete MapList;
|
||||||
return Plugin_Handled;
|
return Plugin_Handled;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user