Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Issue 8294008: Fix for memory leak

Created:
9 years, 2 months ago by Parag Radke
Modified:
9 years, 2 months ago
CC:
chromium-reviews, Alexander Potapenko, tfarina, pam+watch_chromium.org, stuartmorgan+watch_chromium.org, dhollowa
Visibility:
Public.

Description

Fix for memory leak BUG=96368 TEST=

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -15 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 1 chunk +0 lines, -14 lines 0 comments Download
M views/controls/native/native_view_host_gtk.cc View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 11 (0 generated)
Parag Radke
9 years, 2 months ago (2011-10-17 13:41:25 UTC) #1
sky
http://codereview.chromium.org/8294008/diff/1/views/controls/native/native_view_host_gtk.cc File views/controls/native/native_view_host_gtk.cc (left): http://codereview.chromium.org/8294008/diff/1/views/controls/native/native_view_host_gtk.cc#oldcode115 views/controls/native/native_view_host_gtk.cc:115: gtk_widget_destroy(fixed_); Why does this not work when ::DestroyFixed is ...
9 years, 2 months ago (2011-10-18 02:01:23 UTC) #2
Parag Radke
*This memory is allocated using gtk_views_fixed_new(void) which is internally call g_object_new() to allocate memory. *When ...
9 years, 2 months ago (2011-10-18 12:28:46 UTC) #3
sky
LGTM
9 years, 2 months ago (2011-10-18 16:12:14 UTC) #4
Parag Radke
Please commit this patch. On 2011/10/18 16:12:14, sky wrote: > LGTM
9 years, 2 months ago (2011-10-20 10:57:17 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nrqv63@motorola.com/8294008/1
9 years, 2 months ago (2011-10-20 11:00:06 UTC) #6
commit-bot: I haz the power
Can't apply patch for file AUTHORS. While running patch -p1 --forward --force; patching file AUTHORS ...
9 years, 2 months ago (2011-10-20 11:00:08 UTC) #7
Timur Iskhodzhanov
I set the CQ flag for you
9 years, 2 months ago (2011-10-20 11:00:19 UTC) #8
Parag Radke
On 2011/10/20 11:00:19, Timur Iskhodzhanov wrote: > I set the CQ flag for you I ...
9 years, 2 months ago (2011-10-20 12:15:42 UTC) #9
Timur Iskhodzhanov
Sure, np: http://codereview.chromium.org/8353034/
9 years, 2 months ago (2011-10-20 12:22:44 UTC) #10
Parag Radke
9 years, 2 months ago (2011-10-20 12:37:31 UTC) #11
On 2011/10/20 12:22:44, Timur Iskhodzhanov wrote:
> Sure, np:
> http://codereview.chromium.org/8353034/

Thank you :)

Powered by Google App Engine
This is Rietveld 408576698