aboutsummaryrefslogtreecommitdiff
path: root/src/setup/gnunet-setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/gnunet-setup.c')
-rw-r--r--src/setup/gnunet-setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup/gnunet-setup.c b/src/setup/gnunet-setup.c
index 77734ecc..a2c26f73 100644
--- a/src/setup/gnunet-setup.c
+++ b/src/setup/gnunet-setup.c
@@ -231,7 +231,7 @@ widget_state_change_callback (const struct GNUNET_SETUP_OptionSpecification *os)
231 else 231 else
232 return; 232 return;
233 update_visibility (os, value); 233 update_visibility (os, value);
234 GNUNET_free_non_null (value); 234 GNUNET_free (value);
235} 235}
236 236
237 237