diff options
Diffstat (limited to 'util/simple-gettext.c')
-rw-r--r-- | util/simple-gettext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/simple-gettext.c b/util/simple-gettext.c index 483f293b4..3249775bf 100644 --- a/util/simple-gettext.c +++ b/util/simple-gettext.c @@ -362,7 +362,7 @@ get_string( struct loaded_domain *domain, u32 idx ) else p = "ERROR in GETTEXT MALLOC"; } - m_free (buf); + xfree (buf); } else if (domain->mapped[idx] == 2) { /* We need to get the string from the overflow_space. */ |