about summary refs log tree commit diff
path: root/locale/tst-C-locale.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale/tst-C-locale.c')
-rw-r--r--locale/tst-C-locale.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/tst-C-locale.c b/locale/tst-C-locale.c
index 1d2137270d..257ee3b347 100644
--- a/locale/tst-C-locale.c
+++ b/locale/tst-C-locale.c
@@ -375,6 +375,7 @@ run_test (const char *locname)
 	    }
 	  CLASSTEST (alnum);
 	  CLASSTEST (alpha);
+	  CLASSTEST (blank);
 	  CLASSTEST (cntrl);
 	  CLASSTEST (digit);
 	  CLASSTEST (lower);
@@ -396,6 +397,8 @@ run_test (const char *locname)
 	  MAPTEST (lower);
 	  MAPTEST (upper);
 	}
+
+      __freelocale (loc);
     }
 
   return result;