[Rpy] SF.net SVN: rpy:[737] trunk/rpy/debian

2009-04-26 Thread eddelbuettel
Revision: 737 http://rpy.svn.sourceforge.net/rpy/?rev=737&view=rev Author: eddelbuettel Date: 2009-04-26 18:51:40 + (Sun, 26 Apr 2009) Log Message: --- updated for R 2.9.0 Modified Paths: -- trunk/rpy/debian/changelog trunk/rpy/debian/control tr

Re: [Rpy] rpy2 memory leak

2009-04-26 Thread laurent
Hi Robert, I looked at it a little closer, and the problem was a nasty missing Py_DECREF() in rinterface.c's newSEXP(). People mostly creating their vectors/arrays with R were not much subject to the problem, which may explain why there were only sporadic complains about a process growing in size.