aboutsummaryrefslogtreecommitdiffstats
path: root/util/w32reg.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-07-27 18:10:56 +0000
committerWerner Koch <[email protected]>2005-07-27 18:10:56 +0000
commita1cdf3c75fd5c644607b1877207d1d5b507a5bb9 (patch)
treedb7ed08934f367159a6792990476c0991fa44246 /util/w32reg.c
parentRemoved directories which are only used by the 1.9 branch (diff)
downloadgnupg-a1cdf3c75fd5c644607b1877207d1d5b507a5bb9.tar.gz
gnupg-a1cdf3c75fd5c644607b1877207d1d5b507a5bb9.zip
Converted all m_free to xfree etc.
Diffstat (limited to '')
-rw-r--r--util/w32reg.c2
1 files changed, 1 insertions, 1 deletions
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 )