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