]> git.pond.sub.org Git - empserver/commit
Plug memory leak in fire command
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 13 Mar 2008 19:06:13 +0000 (20:06 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 14 Mar 2008 19:25:44 +0000 (20:25 +0100)
commit3c7ea15195c38bb7cf7c087dcda028b52f0ed88b
tree26fd1f9a275c13133a9aca252d7c3fc2b48c2735
parent7ba662567fbea13d9bda415b305eb1986bf9d61e
Plug memory leak in fire command

add_to_fired_queue() adds a defender at most once.  It neglects to
free the defender flist nodes it doesn't add.  Broken since option
MULTIFIRE appeared in Chainsaw.
src/lib/commands/mfir.c