aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/ffsb-6.0-rc2/ffsb_fc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/ffsb-6.0-rc2/ffsb_fc.c b/utils/ffsb-6.0-rc2/ffsb_fc.c
index 60b6313bb..c383a6ad9 100644
--- a/utils/ffsb-6.0-rc2/ffsb_fc.c
+++ b/utils/ffsb-6.0-rc2/ffsb_fc.c
@@ -99,8 +99,7 @@ void fc_set_num_totalthreads(ffsb_config_t * fc, int num)
void fc_set_callout(ffsb_config_t * fc, char *callout)
{
- if (fc->callout)
- free(fc->callout);
+ free(fc->callout);
fc->callout = ffsb_strdup(callout);
}