summaryrefslogtreecommitdiff
path: root/pith/hist.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/hist.c')
-rw-r--r--pith/hist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pith/hist.c b/pith/hist.c
index 77a4b012..b980848c 100644
--- a/pith/hist.c
+++ b/pith/hist.c
@@ -49,7 +49,6 @@ free_hist(HISTORY_S **history)
int i;
if(history && *history){
-
for(i = 0; i < (*history)->histsize; i++)
if((*history)->hist[i] && (*history)->hist[i]->str)
fs_give((void **) &(*history)->hist[i]->str);