CVSROOT: /cvs Module name: src Changes by: c...@cvs.openbsd.org 2011/08/30 11:06:01
Modified files: usr.sbin/smtpd : ramqueue.c runner.c Log message: Call free() into ramqueue_remove_{batch,host,message,envelope}() instead of just after the function call. While there, also include stats counters into their respective function. ok gilles@