Re: Leaking temporary resources

2010-09-18 Thread Greg Stein
We've never been very focused on those kinds of "leaks", on the assumption that the parent or child pool will be cleared at some point, thus free'ing the handle. Cheers, -g On Sat, Sep 18, 2010 at 13:47, Daniel Shahaf wrote: > http://colabti.org/irclogger/irclogger_log/svn-dev?date=2010-09-07#l4

Leaking temporary resources

2010-09-18 Thread Daniel Shahaf
http://colabti.org/irclogger/irclogger_log/svn-dev?date=2010-09-07#l40 describes a scenario where a file handle would be leaked due to a pool not being freed; specifically, parent(pool) calls child(pool); child(pool) allocates handle from POOL; child(pool) triggers an SVN_E