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;