Alexey-T / CudaText

Cross-platform text editor, written in Free Pascal
Mozilla Public License 2.0
2.39k stars 166 forks source link

Release reference of FParamObjs once RunModuleFunction is finished #5535

Closed DUOLabs333 closed 1 month ago

DUOLabs333 commented 1 month ago

Otherwise, Python will never garbage collect the objects in the list, leading to a memory leak.

Fixes #5407.