aboutsummaryrefslogtreecommitdiff
path: root/tests/test-menus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-menus.cpp')
-rw-r--r--tests/test-menus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-menus.cpp b/tests/test-menus.cpp
index ba223f2..e6d222a 100644
--- a/tests/test-menus.cpp
+++ b/tests/test-menus.cpp
@@ -120,7 +120,7 @@ protected:
g_menu_model_get_item_attribute(section, 0, G_MENU_ATTRIBUTE_LABEL, "s", &str);
const auto now = m_state->clock->localtime();
EXPECT_EQ(now.format("%A, %e %B %Y"), str);
-
+
g_clear_pointer(&str, g_free);
g_menu_model_get_item_attribute(section, 0, G_MENU_ATTRIBUTE_ACTION, "s", &str);