mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
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:
@@ -2372,6 +2372,8 @@ Fl_Help_View::free_data() {
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
ptr ++;
|
||||
}
|
||||
|
||||
free((void *)value_);
|
||||
|
||||
Reference in New Issue
Block a user