Index: chrome/browser/gtk/extension_install_prompt_gtk.cc |
diff --git a/chrome/browser/gtk/extension_install_prompt_gtk.cc b/chrome/browser/gtk/extension_install_prompt_gtk.cc |
index 5266a57cb184dcc65af6e08e25073df55728e3a2..a0feb83991ad64bb1689ccba959ee9be579aaf0e 100644 |
--- a/chrome/browser/gtk/extension_install_prompt_gtk.cc |
+++ b/chrome/browser/gtk/extension_install_prompt_gtk.cc |
@@ -77,6 +77,7 @@ void ShowInstallPromptDialog(GtkWindow* parent, SkBitmap* skia_icon, |
// Put Icon in the left column. |
GdkPixbuf* pixbuf = gfx::GdkPixbufFromSkBitmap(skia_icon); |
GtkWidget* icon = gtk_image_new_from_pixbuf(pixbuf); |
+ g_object_unref(pixbuf); |
gtk_box_pack_start(GTK_BOX(icon_hbox), icon, TRUE, TRUE, 0); |
// Create a new vbox for the right column. |