[Freeciv-Dev] Re: (PR#9513) Patch: connection id in chat
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=9513 >
And this part is also quite bad
+ remaining.lines++;
+ remaining.line =
+ fc_realloc(remaining.line,
+ remaining.lines * sizeof(*remaining.line));
since it will result in hideous amounts of reallocation. Instead a
specvec should be used.
jason
- [Freeciv-Dev] Re: (PR#9513) Patch: connection id in chat,
Jason Short <=
|
|