Another serious memory leak in python-ldap
I have submitted another patch for python-ldap. This time it’s error path.
共 4 篇文章。
I have submitted another patch for python-ldap. This time it’s error path.
今天给某个维护OpenLDAP相关port的老大提了几个patch,等他消息了。
另外就是Python自己也会有泄漏,而且居然是gc部分自己出了许多tuple,这年头:(
今天发现了OpenLDAP client库的一个内存泄漏(每次连接会漏掉大约80字节),并提交了ITS patch(4441),不过我觉得这里面上锁上的还是有点问题的,至少逻辑不是很清楚。