]> jfr.im git - irc/quakenet/newserv.git/commit - nick/nickalloc.c
Make valgrind a bit happier.
authorsplidge <redacted>
Sat, 2 Jun 2007 16:23:07 +0000 (17:23 +0100)
committersplidge <redacted>
Sat, 2 Jun 2007 16:23:07 +0000 (17:23 +0100)
commit103521a179b174e7aa878e07f4c58f759ac65366
tree93703b11c8a3d1041ce3de961156c881c508e1e4
parent3ab6ccaa9ca674775f09f5c423829d1b040f194f
Make valgrind a bit happier.

Added some new pools to nsmalloc.
Updated nick and sstring to use nsmalloc.
Changed chanservdb to use nsmalloc instead of its previous similar thing.
Made the core free up the sstring memory when it exits, and also check for
any outstanding blocks in nsmalloc.

Sundry change to allow opers to override chanserv commands by default snuck
in too.
chanserv/chanservprivs.c
chanserv/database/chanservdb.c
chanserv/database/chanservdb_alloc.c
core/main.c
core/nsmalloc.c
core/nsmalloc.h
lib/sstring.c
nick/nick.c
nick/nickalloc.c