Re: [patch] fix for bug #122028
David Malcolm <[email protected]>
| Newsgroups | gmane.editors.conglomerate.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 2004-10-15 at 12:15 -0400, Doug Burke wrote: > On Oct 15, 2004, at 12:02 PM, David Malcolm wrote: > > > On Fri, 2004-10-15 at 11:08 -0400, Douglas Burke wrote: > >> The attached patch removes the storage of an xmlAttributePtr in > >> attribute > >> editor and attribute wrapper objects, which should close bug #122028. > >> I > >> also fixed a couple of minor memory leaks in the attribute wrapper > >> objects > >> (string values were not being de-allocated on cleanup), removed some > >> invalid FIXME comments (since the objects were being unreffed or > >> freed), > >> and removed some debugging code (ie stuff surrounded by '#if > >> 0/#endif'). > > > > Excellent! I've commmited this. > > > > So is 122028 good to close now? > > I believe so. The remaining uses of xmlAttributePtr don't appear to > store the value in an object directly. OK, resolved as FIXED > > Doug >