]> arthur.barton.de Git - ngircd-alex.git/commit
Fixed a memory leak when resizing the connection pool and realloc() failed.
authorAlexander Barton <alex@barton.de>
Mon, 17 Jan 2005 11:57:39 +0000 (11:57 +0000)
committerAlexander Barton <alex@barton.de>
Mon, 17 Jan 2005 11:57:39 +0000 (11:57 +0000)
commit429b5f3ec9914a512708d1a718a9e40476a6c623
tree864f3494eb9ce97b6ed22959c4d38b1725f46fe7
parent81bacda627ee3f9e69212ddd8ab804e7d15f8c16
Fixed a memory leak when resizing the connection pool and realloc() failed.
Now we don't fall back to malloc(), which should be sane anyway.
Patch from Florian Westphal, <westphal@foo.fh-furtwangen.de>.
ChangeLog
src/ngircd/conn.c