Commit 58c65e77 authored by deanm@chromium.org's avatar deanm@chromium.org

Unref the GC so it's destroy after we create it.

Review URL: http://codereview.chromium.org/99190


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14848 0039d316-1c4b-4281-b951-d872f2087c98
parent 47ba2113
......@@ -469,5 +469,7 @@ gboolean AutocompletePopupViewGtk::HandleExpose(GtkWidget* widget,
}
}
g_object_unref(gc);
return TRUE;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment