Re: Perl API memory leaks
From: Martin Lucina <mato_at_imatix.com>
Date: 2005-11-21 12:26:19 CET
claco@chrislaco.com said:
I just tried the following version:
---cut here
use strict;
use SVN::Client;
my ($auth);
$pool = SVN::Pool->new_default (undef);
$auth = [
$client = new SVN::Client (auth => $auth, pool => $pool);
$ra = new SVN::Ra (url => $ARGV[0], auth => $auth, pool => $pool);
while (1) {
This version doesn't leak if the repository I'm accessing is local
-mato
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.