|
Description
|
initprotofromdefaults() creates 'protoset' but never frees it.
'nuff said.
I talked to Eric, and it turns out that to reproduce this leak,
one needs to call this seqence of functions more than once:
sa_init()
... whatever
sa_fini()
The sharetcl command only does this once, so I wrote a little
test program that calls the above sequence twice. That does
demonstrate the leak (via umem_debug). I how have a way to
verify whether this leak is fixed or not.
|