Date: Tue Jul 29 00:15:24 2003 Author: tpot Update of /data/cvs/samba/source/python In directory dp.samba.org:/tmp/cvs-serv22464
Modified Files: Tag: SAMBA_3_0 py_ntsec.c Log Message: More memory leak fixes from Brett! It turns out PyDict_SetItemString didn't behave exactly as I thought it did. If you create an item using a PyFoo_FromBar function you must decrement the reference to that object afterwards (or use Py_BuildValue). Revisions: py_ntsec.c 1.5.2.2 => 1.5.2.3 http://www.samba.org/cgi-bin/cvsweb/samba/source/python/py_ntsec.c.diff?r1=1.5.2.2&r2=1.5.2.3