Basically the same leaks as htsearch...
-Geoff
(gdb)
Allocations: 579 / Size: 162914
Allocations: 2 / Size: 32
0x8052acb is in Add (../../htdig3/htlib/Configuration.cc:151).
150 {
151 String *str = new String(setlocale(LC_ALL, value));
Allocations: 60 / Size: 720
0x805498d is in Add (../../htdig3/htlib/List.cc:84).
83 {
84 listnode *node = new listnode;
Allocations: 1 / Size: 20
0x8056b8c is in HtURLCodec (../../htdig3/htlib/HtURLCodec.cc:23).
22
23 myWordCodec = new HtWordCodec(l1, l2, myErrMsg);
Allocations: 1 / Size: 24
0x8056c2b is in instance (../../htdig3/htlib/HtURLCodec.cc:47).
46 {
47 _instance = new HtURLCodec();
Allocations: 60 / Size: 960
0x80570f2 is in Add (../../htdig3/htlib/StringList.cc:184).
183 {
184 List::Add(new String(str));
Allocations: 4 / Size: 64
0x80573dc is in Join (../../htdig3/htlib/StringList.cc:298).
297 {
298 String *str = new String();
Allocations: 1 / Size: 24
0x80576ef is in HtWordCodec (../../htdig3/htlib/HtWordCodec.cc:97).
96
97 myFrom = new StringList;
Allocations: 1 / Size: 24
0x805770c is in HtWordCodec (../../htdig3/htlib/HtWordCodec.cc:98).
97 myFrom = new StringList;
98 myTo = new StringList;
Allocations: 1 / Size: 1036
0x805804a is in HtWordCodec (../../htdig3/htlib/HtWordCodec.cc:347).
346
347 myFromMatch = new StringMatch;
Allocations: 1 / Size: 1036
0x805806a is in HtWordCodec (../../htdig3/htlib/HtWordCodec.cc:348).
347 myFromMatch = new StringMatch;
348 myToMatch = new StringMatch;
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.