mirror of https://github.com/fltk/fltk
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:
parent
83a8cba9a7
commit
3601f63659
|
@ -2372,6 +2372,8 @@ Fl_Help_View::free_data() {
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
ptr ++;
|
||||
}
|
||||
|
||||
free((void *)value_);
|
||||
|
|
Loading…
Reference in New Issue