summaryrefslogtreecommitdiff
path: root/examples/gui/timertest/timertest.lpr
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/timertest/timertest.lpr')
-rw-r--r--examples/gui/timertest/timertest.lpr1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/gui/timertest/timertest.lpr b/examples/gui/timertest/timertest.lpr
index dab53ad2..e4189a73 100644
--- a/examples/gui/timertest/timertest.lpr
+++ b/examples/gui/timertest/timertest.lpr
@@ -125,6 +125,7 @@ begin
frm := TMainForm.Create(nil);
frm.Show;
fpgApplication.Run;
+ frm.Free;
end;