|
From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2008-11-29 13:48:51
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=562682 gnome-perl | Gtk2 | Ver: unspecified Summary: memory leak when using Gtk2::EntryCompletion->new Product: gnome-perl Version: unspecified Platform: Other OS/Version: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: Gtk2 AssignedTo: gtk...@li... ReportedBy: squ...@fr... QAContact: gtk...@li... GNOME version: 2.23/2.24 GNOME milestone: Unspecified Please describe the problem: memory usage grows when Steps to reproduce: by running this : perl -e 'use Gtk2 "-init"; Glib::Idle->add(sub { my $c=Gtk2::EntryCompletion->new}); Gtk2->main ' Actual results: memory grows (as seen by top) Expected results: no memory growth Does this happen every time? yes Other information: tested with latest version (Gtk2-1.210) -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=562682. |