Fix infinite loop bug...

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6000 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2007-12-16 18:51:17 +00:00
parent 83a8cba9a7
commit 3601f63659
1 changed files with 2 additions and 0 deletions

View File

@ -2372,6 +2372,8 @@ Fl_Help_View::free_data() {
}
}
}
else
ptr ++;
}
free((void *)value_);