summaryrefslogtreecommitdiff
path: root/tests/custom-serialize.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/custom-serialize.c')
-rw-r--r--tests/custom-serialize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/custom-serialize.c b/tests/custom-serialize.c
index b50405d..f683941 100644
--- a/tests/custom-serialize.c
+++ b/tests/custom-serialize.c
@@ -115,7 +115,7 @@ main (int argc, char **argv)
RestProxy *proxy;
RestProxyCall *call;
char *url;
- GError *error;
+ GError *error = NULL;
#if !GLIB_CHECK_VERSION (2, 36, 0)
g_type_init ();