summaryrefslogtreecommitdiffstats
path: root/sal/rtl/locale.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/locale.cxx')
-rw-r--r--sal/rtl/locale.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/locale.cxx b/sal/rtl/locale.cxx
index 751c23c5a941..ec8a8232ea8a 100644
--- a/sal/rtl/locale.cxx
+++ b/sal/rtl/locale.cxx
@@ -167,7 +167,7 @@ sal_Bool rtl_hashtable_grow(RTL_HASHTABLE** table)
}
rtl_freeMemory((*table)->Table);
- rtl_freeMemory((*table));
+ rtl_freeMemory(*table);
(*table) = pNewTable;
return true;