From a1cdf3c75fd5c644607b1877207d1d5b507a5bb9 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 27 Jul 2005 18:10:56 +0000 Subject: Converted all m_free to xfree etc. --- util/simple-gettext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/simple-gettext.c') 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. */ -- cgit