On Wed, 2006-03-01 at 10:35 +0100, Paul J Stevens wrote: > Leif Jackson wrote:
> > /* These are nominally const, but > > * we really do want to free them. */ > > /* > > dm_free((char *) dsnuser->address); > > dm_free((char *) dsnuser->mailbox); > > */ > I'm activating these free calls. They should be used since mailbox and > address are allocated in all use-cases. > > I want to test some more to make sure I'm not introducing any > double-frees before I commit. Oh, good. I didn't have time to do the necessary testing today. Aaron