diff --git a/tests/testlibrary.c b/tests/testlibrary.c index 315e7681..ccf7855b 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;