summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/password_manager/native_backend_gnome_x_unittest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/password_manager/native_backend_gnome_x_unittest.cc b/chrome/browser/password_manager/native_backend_gnome_x_unittest.cc
index 232278b..1167154 100644
--- a/chrome/browser/password_manager/native_backend_gnome_x_unittest.cc
+++ b/chrome/browser/password_manager/native_backend_gnome_x_unittest.cc
@@ -242,6 +242,7 @@ gpointer mock_gnome_keyring_find_itemsv(
free(found->keyring);
gnome_keyring_attribute_list_free(found->attributes);
free(found->secret);
+ delete found;
element = g_list_next(element);
}
g_list_free(results);