xmlschemas: Initialize some variables
diff --git a/xmlschemas.c b/xmlschemas.c
index 228a548..192a449 100644
--- a/xmlschemas.c
+++ b/xmlschemas.c
@@ -2123,8 +2123,8 @@
 	    }
 	    if (vctxt->locFunc != NULL) {
 	        if ((file == NULL) || (line == 0)) {
-		    unsigned long l;
-		    const char *f;
+		    unsigned long l = 0;
+		    const char *f = NULL;
 		    vctxt->locFunc(vctxt->locCtxt, &f, &l);
 		    if (file == NULL)
 		        file = f;