Hi John - > Valgrind reports that the regcomp functions used in the conf.c file > leak. This is because regfree is never called. > > I fixed this by adding a cleaning function, and also running the > regcomp loop just once. It was done every time the config was loaded, > and since it did not free, it would leak about 2.5mb per fork > everytime a reload was issued.
Ah, that's why it was growing each day. It was logrotate that was sending the SIGHUP (reload) after rotating logfiles. Thanks for figuring this out and writing the patch! I've updated the bug report at Banu, too: https://www.banu.com/bugzilla/show_bug.cgi?id=89#c4 - Mark -- Mark Kamichoff [email protected] http://www.prolixium.com/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

