more spectre tweaks, but no permanent solution to memory leak

This commit is contained in:
JT Smith 2006-07-04 19:02:22 +00:00
parent 1804ac8c6e
commit ea5108f952
3 changed files with 12 additions and 3 deletions

View file

@ -295,7 +295,7 @@ sub new {
my $config = shift;
my $logger = shift;
my $debug = shift;
my $self = {_debug=>$debug, _config=>$config, _logger=>$logger};
my $self = {_priority1=>[], _priority2=>[], _priority3=>[], _debug=>$debug, _config=>$config, _logger=>$logger};
bless $self, $class;
my @publicEvents = qw(addInstance deleteInstance);
POE::Session->create(