charlesneimog / py4pd

py4pd allows write PureData objects using Python. The main goal is to allow easy IA, Scores, Graphics, and bring to Pd data types as array, np.arrays, list, dict, and others.
https://charlesneimog.github.io/py4pd/
GNU General Public License v3.0
14 stars 2 forks source link

Fix memory leaks related with x->argsDict #41

Closed charlesneimog closed 1 year ago

charlesneimog commented 1 year ago

There is a lot of memory leaks related with x->argsDict and pValue. Mainly in ext-libraries.c and utils.c.

The question is how do Py_DECREF it.