summaryrefslogtreecommitdiff
path: root/src/fltk-widgets-buttons-repeat.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk-widgets-buttons-repeat.adb')
-rw-r--r--src/fltk-widgets-buttons-repeat.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fltk-widgets-buttons-repeat.adb b/src/fltk-widgets-buttons-repeat.adb
index de4cf29..9446a22 100644
--- a/src/fltk-widgets-buttons-repeat.adb
+++ b/src/fltk-widgets-buttons-repeat.adb
@@ -68,6 +68,7 @@ package body FLTK.Widgets.Buttons.Repeat is
Extra_Final (This);
if This.Void_Ptr /= Null_Pointer and This.Needs_Dealloc then
free_fl_repeat_button (This.Void_Ptr);
+ This.Void_Ptr := Null_Pointer;
end if;
end Finalize;