Chromium Code Reviews

Issue 102007: Free gtk list. Should fix valgrind warning... (Closed)

Created:
11 years, 8 months ago by dank
Modified:
9 years, 7 months ago
Reviewers:
tony
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Free gtk list. Should fix valgrind warning 24 (12 direct, 12 indirect) bytes in 1 blocks are definitely lost in loss record 54 of 258 at malloc (vg_replace_malloc.c:178) ... by gtk_container_foreach (in /usr/lib/libgtk-x11-2.0.so.0.1200.9) by gtk_container_get_children (in /usr/lib/libgtk-x11-2.0.so.0.1200.9) by (anonymous namespace)::OnDialogResponse(_GtkDialog*, int, AppModalDialog*) (app_modal_dialog_gtk.cc:24) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14855

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+4 lines, -2 lines)
M chrome/browser/app_modal_dialog_gtk.cc View 1 chunk +4 lines, -2 lines 0 comments

Messages

Total messages: 3 (0 generated)
dank
Untested (waiting for try server), but seems plausible.
11 years, 8 months ago (2009-04-29 03:44:36 UTC) #1
dank
Tested, works locally. The mac trybot failure is spurious.
11 years, 7 months ago (2009-04-29 15:58:32 UTC) #2
tony
11 years, 7 months ago (2009-04-29 17:03:14 UTC) #3
Sorry about that.  LGTM!

Powered by Google App Engine