> Dan and Hans have been working on locating memory leaks the past few days. The > culminating event has been Dan's work on adding garbage collection to DBMail.
Well, most of what was reported by me was fixed by Ilja actually. > Dan, Hans, defenses for garbage collection? Thoughs, questions, comments? Hey, I'm no fan of garbage collection. I believe in taking out the garbage myself, like a good husband. The wife will only strike back in some other way if I let her do everything. Seriously though, I have only been doing janitorial work. No development has been done by me, just pointing out leaks and inconsistencies in our current source code. If we use my_malloc and my_free in most of the source then it probably should be in all of it. And memoryleaks are never good. -HK