There seems to be a new memory leak in GNUstep that can be most easily seen in GSTest.app.

1) Start up GSTest.app.
2) Select the Info Panel from the menu.
3) Start the Memory Panel by clicking the image.
4) Hit Update a few times.

You will notice that the number of GSUnicodeInlineString keeps on increasing by 132. This is 8 times the 16 lines in the table plus 4 (perhaps the header?). My first thought was that this may come from the Memory Panel itself, but this code looks sound to me. The next suspect was the table view, but further tests did bring up a similar leak for other drawing operations. So now I am thinking about the new string drawing code as a possible source of the leak. But there is also a striking similarity in the number of leaked GSUnicodeInlineStrings and the total number of GSNotifications used by the application.




_______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to