diff options
Diffstat (limited to 'src/fltk-widgets-clocks-updated-round.adb')
-rw-r--r-- | src/fltk-widgets-clocks-updated-round.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fltk-widgets-clocks-updated-round.adb b/src/fltk-widgets-clocks-updated-round.adb index aa08655..f22b785 100644 --- a/src/fltk-widgets-clocks-updated-round.adb +++ b/src/fltk-widgets-clocks-updated-round.adb @@ -74,6 +74,7 @@ package body FLTK.Widgets.Clocks.Updated.Round is Extra_Final (This); if This.Void_Ptr /= Null_Pointer and This.Needs_Dealloc then free_fl_round_clock (This.Void_Ptr); + This.Void_Ptr := Null_Pointer; end if; end Finalize; |