diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-02-13 13:08:28 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-02-13 13:08:28 +0000 |
commit | dcc84c986167661909603ef2dca79ffeb5ccd0ce (patch) | |
tree | 542c1d4ca7bcab0a241c60ec86edce684ce88c12 /src/util/os_installation.c | |
parent | 640aa914ede6d1cefd4b256fb3cd29555c8a1bf9 (diff) |
-use GNUNET_free instead of free
git-svn-id: https://gnunet.org/svn/gnunet@19776 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/util/os_installation.c')
-rw-r--r-- | src/util/os_installation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c index 2362b160da..b82813d74d 100644 --- a/src/util/os_installation.c +++ b/src/util/os_installation.c @@ -471,7 +471,7 @@ GNUNET_OS_check_helper_binary (const char *binary) GNUNET_free (p); p = pf; } - free (binaryexe); + GNUNET_free (binaryexe); #else p = get_path_from_PATH (binary); if (p != NULL) |