--- sh.err.c.orig	Mon Oct 26 00:10:06 1998
+++ sh.err.c	Wed Feb 17 13:04:12 1999
@@ -192,6 +192,9 @@
 #define ERR_BADCOLORVAR	134
 #define NO_ERRORS	135
 
+
+#define NLS_MAXSET	30
+
 static char *elst[NO_ERRORS] INIT_ZERO_STRUCT;
 
 /*
@@ -205,6 +208,9 @@
 
     for (i = 0; i < NO_ERRORS; i++)
 	xfree((ptr_t) elst[i]);
+
+    for (i = 1; i <= NLS_MAXSET; i++)
+	CGETS(i, 1, "");
 #endif
 
     elst[ERR_SYNTAX] = CSAVS(1, 1, "Syntax Error");
