summaryrefslogtreecommitdiff
path: root/src/fltk-widgets-inputs-secret.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk-widgets-inputs-secret.adb')
-rw-r--r--src/fltk-widgets-inputs-secret.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fltk-widgets-inputs-secret.adb b/src/fltk-widgets-inputs-secret.adb
index 0f56085..2cd59eb 100644
--- a/src/fltk-widgets-inputs-secret.adb
+++ b/src/fltk-widgets-inputs-secret.adb
@@ -68,6 +68,7 @@ package body FLTK.Widgets.Inputs.Secret is
Extra_Final (This);
if This.Void_Ptr /= Null_Pointer and This.Needs_Dealloc then
free_fl_secret_input (This.Void_Ptr);
+ This.Void_Ptr := Null_Pointer;
end if;
end Finalize;