aboutsummaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
Diffstat (limited to 'locale')
-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 1d21372..257ee3b 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;