| Index: chrome/browser/gtk/keyword_editor_view.cc
|
| diff --git a/chrome/browser/gtk/keyword_editor_view.cc b/chrome/browser/gtk/keyword_editor_view.cc
|
| index e4bc1a57b8dbdce49c61b43d5ca2b8b535762f03..d715db9c85a37478dd0897b59369b89f7dd092f2 100644
|
| --- a/chrome/browser/gtk/keyword_editor_view.cc
|
| +++ b/chrome/browser/gtk/keyword_editor_view.cc
|
| @@ -241,6 +241,7 @@ void KeywordEditorView::SetColumnValues(int model_row, GtkTreeIter* iter) {
|
| COL_KEYWORD, WideToUTF8(table_model_->GetText(
|
| model_row, IDS_SEARCH_ENGINES_EDITOR_KEYWORD_COLUMN)).c_str(),
|
| -1);
|
| + g_object_unref(pixbuf);
|
| }
|
|
|
| int KeywordEditorView::GetListStoreRowForModelRow(int model_row) const {
|
|
|