summaryrefslogtreecommitdiff
path: root/src/fltk-widgets-groups-color_choosers.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk-widgets-groups-color_choosers.adb')
-rw-r--r--src/fltk-widgets-groups-color_choosers.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fltk-widgets-groups-color_choosers.adb b/src/fltk-widgets-groups-color_choosers.adb
index cd97fb3..9c02667 100644
--- a/src/fltk-widgets-groups-color_choosers.adb
+++ b/src/fltk-widgets-groups-color_choosers.adb
@@ -158,6 +158,7 @@ package body FLTK.Widgets.Groups.Color_Choosers is
Extra_Final (This);
if This.Void_Ptr /= Null_Pointer and This.Needs_Dealloc then
free_fl_color_chooser (This.Void_Ptr);
+ This.Void_Ptr := Null_Pointer;
end if;
end Finalize;