eric wrote: > > On Wed, 10 Jul 2002 17:59:50 UTC, Kim Ludvigsen <[EMAIL PROTECTED]> > wrote: > > > Is this a memory leak or by design? > > > > When using tab browsing, Mozilla consumes memory without releasing it > > again until the program is closed. > > yes. memory isn't released until the last instance of mozilla is > closed.
without looking into sources, it could very well be a C/C++ runtime issue: the runtime doesn't have to return freed memory to the BS until a program exits (and mozilla is not really exiting, if you close an instance). IG, Wolfgang
