CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/03/23 14:58:32
Modified files:
usr.sbin/smtpd : asr.c
Log message:
The asr structure must always be freed in asr_done(). This is a
left-over from a former implementation where asr_ctx didn't exist and
struct asr was refcounted.
spotted by Jared Yanovich.
ok gilles@
