summaryrefslogtreecommitdiff
path: root/examples/gui/imgtest/bitmaptest.dpr
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/imgtest/bitmaptest.dpr')
-rw-r--r--examples/gui/imgtest/bitmaptest.dpr1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/gui/imgtest/bitmaptest.dpr b/examples/gui/imgtest/bitmaptest.dpr
index 380aa076..39906e87 100644
--- a/examples/gui/imgtest/bitmaptest.dpr
+++ b/examples/gui/imgtest/bitmaptest.dpr
@@ -69,6 +69,7 @@ begin
frm := TMainForm.Create(nil);
frm.Show;
fpgApplication.Run;
+ frm.Free;
end;