diff options
Diffstat (limited to 'src/lib/os_installation.c')
-rw-r--r-- | src/lib/os_installation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/os_installation.c b/src/lib/os_installation.c index a7615119..279a8b82 100644 --- a/src/lib/os_installation.c +++ b/src/lib/os_installation.c | |||
@@ -549,7 +549,7 @@ GNUNET_GTK_installation_get_path (enum GNUNET_OS_InstallationPathKind dirkind) | |||
549 | return tmp; | 549 | return tmp; |
550 | } | 550 | } |
551 | GNUNET_free (tmp); | 551 | GNUNET_free (tmp); |
552 | NULL == tmp; | 552 | tmp = NULL; |
553 | if (4 == sizeof (void *)) | 553 | if (4 == sizeof (void *)) |
554 | { | 554 | { |
555 | dirname = | 555 | dirname = |