diff options
Diffstat (limited to 'src/fltk-devices-surfaces-copy.adb')
-rw-r--r-- | src/fltk-devices-surfaces-copy.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fltk-devices-surfaces-copy.adb b/src/fltk-devices-surfaces-copy.adb index a904c42..8c90ffb 100644 --- a/src/fltk-devices-surfaces-copy.adb +++ b/src/fltk-devices-surfaces-copy.adb @@ -70,6 +70,7 @@ package body FLTK.Devices.Surfaces.Copy is begin if This.Void_Ptr /= Null_Pointer and This.Needs_Dealloc then free_fl_copy_surface (This.Void_Ptr); + This.Void_Ptr := Null_Pointer; end if; end Finalize; |