summaryrefslogtreecommitdiff
path: root/src/charset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/charset.c')
-rw-r--r--src/charset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c
index 00206cccf0b..783d7db5733 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -2145,7 +2145,7 @@ It should be called only from temacs invoked for dumping. */)
{
if (temp_charset_work)
{
- free (temp_charset_work);
+ xfree (temp_charset_work);
temp_charset_work = NULL;
}