diff options
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) |