diff --git a/src/xlibi18n/lcPublic.c b/src/xlibi18n/lcPublic.c index 98a7435f..f35f17a6 100644 --- a/src/xlibi18n/lcPublic.c +++ b/src/xlibi18n/lcPublic.c @@ -97,6 +97,7 @@ create( return lcd; err: + Xfree(lcd->core); Xfree(lcd); return (XLCd) NULL; }