Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
October 2003: [Freeciv-Dev] (PR#6650) memory leak in remove_city |
[Freeciv-Dev] (PR#6650) memory leak in remove_city[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
The mystrdup in remove_city() in citytools.c is not fully matched by a free() call. This would be a good use for variable-sized arrays (PR#6360). jason
|