examples/service-selection.c: Initialize error to NULL
authorJavier Jardón <jjardon@gnome.org>
Fri, 27 Jan 2012 18:31:17 +0000 (18:31 +0000)
committerJavier Jardón <jjardon@gnome.org>
Fri, 27 Jan 2012 18:31:46 +0000 (18:31 +0000)
examples/service-selection.c

index 2acb743..b411e7a 100644 (file)
@@ -3,7 +3,7 @@
 
 int main (int argc, char *argv[])
 {
-    MoonshotError *error;
+    MoonshotError *error = NULL;
     gboolean        success;
 
     char *nai,