December 17, 2020 4:02 PM, [email protected] wrote: > Hello, > > The following diffs plug two memory leaks in smtpd: > > a- in lka_filter.c, the name of the filter chain for a session is strdup()-ed > upon session allocation but not released upon session release. free() it > in lka_filter_end(). > > b- in smtp_session.c, filter io channel should be released when a tx is over, > but it isn't. call io_free() on the channel in smtp_tx_free() if we do > have a channel ready. >
please disregard b-, there's no leak here as martijn@ pointed out in private
