aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-13 13:08:28 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-13 13:08:28 +0000
commit9a8ea460352e26819f3de1b8a4185b3c63d9444c (patch)
tree542c1d4ca7bcab0a241c60ec86edce684ce88c12 /src/util/os_installation.c
parent5a9080e410390adb152263261842ce2f6da347b5 (diff)
downloadgnunet-9a8ea460352e26819f3de1b8a4185b3c63d9444c.tar.gz
gnunet-9a8ea460352e26819f3de1b8a4185b3c63d9444c.zip
-use GNUNET_free instead of free
Diffstat (limited to 'src/util/os_installation.c')
-rw-r--r--src/util/os_installation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index 2362b160d..b82813d74 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)
471 GNUNET_free (p); 471 GNUNET_free (p);
472 p = pf; 472 p = pf;
473 } 473 }
474 free (binaryexe); 474 GNUNET_free (binaryexe);
475#else 475#else
476 p = get_path_from_PATH (binary); 476 p = get_path_from_PATH (binary);
477 if (p != NULL) 477 if (p != NULL)