Ticket #3942 (closed defect: fixed)
Creating a repository object does not clean up after itself
| Reported by: | tdb01r | Owned by: | |
|---|---|---|---|
| Priority: | unset | Milestone: | 3.2.5 |
| Component: | - | Version: | 3.0-rc-1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
This consumes ever increasing amounts of memory:
#!/usr/bin/perl
use EPrints;
while(1)
{
my $eprints = EPrints->new;
my $repo = $eprints->repository( 'devel' );
sleep(5);
}
And shows the following warning:
Subroutine load_config_file redefined at (eval 1171) line 8.
Change History
Note: See
TracTickets for help on using
tickets.
