From a9ee420fbf2f550a07cbd2caf07fc93b8cfabc94 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 15 Dec 2007 16:08:23 +0000 Subject: Fl_Help_View did not release the images it used (STR #1817) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5991 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Help_View.H | 1 + 1 file changed, 1 insertion(+) (limited to 'FL/Fl_Help_View.H') diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H index e2ac842db..5f4d9d3f9 100644 --- a/FL/Fl_Help_View.H +++ b/FL/Fl_Help_View.H @@ -156,6 +156,7 @@ class FL_EXPORT Fl_Help_View : public Fl_Group //// Help viewer widget void draw(); void format(); void format_table(int *table_width, int *columns, const char *table); + void free_data(); int get_align(const char *p, int a); const char *get_attr(const char *p, const char *n, char *buf, int bufsize); Fl_Color get_color(const char *n, Fl_Color c); -- cgit v1.2.3