libais icon indicating copy to clipboard operation
libais copied to clipboard

Fix memory leaks while handling messages 6, 8 and 24

Open simeonmiteff opened this issue 6 years ago • 1 comments

Fix rather rapid memory leaks caused by Python objects allocated in the handling of messages 6, 8 and 24 not being freed because of missing Py_DECREF calls when encountering an error and returning nullptr.

simeonmiteff avatar Jun 16 '19 22:06 simeonmiteff

Hello,

We experienced a severe memory leak as well and this patch fixed the issue, thanks.

eLvErDe avatar Oct 01 '19 09:10 eLvErDe