--- src/rpcSource.c +++ src/rpcSource.c @@ -61,7 +61,7 @@ if (srcp->onErr and srcp->onErrType == ONERR_TYPE_PY) { Py_DECREF((PyObject *)srcp->onErr); } - PyMem_DEL(srcp); + PyObject_DEL(srcp); } 'http://tfcis.org/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/atom/net/iplog?h=gstreamer0.10-removal' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/iplog
Commit message (Expand)AuthorAgeFilesLines
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+2
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* - Add a new rc scriptwen2010-03-136-29/+43