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/w32reg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/w32reg.c') diff --git a/util/w32reg.c b/util/w32reg.c index 73732e032..f65c9542c 100644 --- a/util/w32reg.c +++ b/util/w32reg.c @@ -62,7 +62,7 @@ get_root_key(const char *root) * error. Caller must release the return value. A NULL for root * is an alias for HKEY_CURRENT_USER, HKEY_LOCAL_MACHINE in turn. * NOTE: The value is allocated with a plain malloc() - use free() and not - * the usual m_free()!!! + * the usual xfree()!!! */ char * read_w32_registry_string( const char *root, const char *dir, const char *name ) -- cgit v1.2.3