summaryrefslogtreecommitdiff
path: root/tests/testlibrary.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testlibrary.c')
-rw-r--r--tests/testlibrary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testlibrary.c b/tests/testlibrary.c
index 84857f9d..3b3530dd 100644
--- a/tests/testlibrary.c
+++ b/tests/testlibrary.c
@@ -207,7 +207,7 @@ test_installation_config (void)
g_autofree char *path = NULL;
g_autoptr(GFile) file = NULL;
g_autoptr(GError) error = NULL;
- g_autofree char *value;
+ g_autofree char *value = NULL;
gboolean res;
guint64 bytes;