Perl API memory leaks
From: Martin Lucina <mato_at_imatix.com>
Date: 2005-11-21 01:05:37 CET
Hello all,
I've been trying to use the SVN Perl API in a autobuilder script for a
---cut here
use strict;
use SVN::Client;
my ($auth);
$auth = [
$client = new SVN::Client (auth => $auth);
$ra = new SVN::Ra (url => $ARGV[0], auth => $auth);
while (1) {
Modifying the script to create $auth, $client and $ra inside the loop
Is there any way around this?
Thanks,
-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.