Skip to content

Commit 2f9efc3

Browse files
committed
A call to Free is needed in TestVCL.py
1 parent 94b179a commit 2f9efc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/DelphiVCL/TestVCL.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def main():
4040
f.Show()
4141
FreeConsole()
4242
Application.Run()
43+
f.Free()
4344

4445
main()
4546

0 commit comments

Comments
 (0)