mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-05-02 01:01:09 +08:00
bug-1592166 Fixed memory leak in pt-kill
This commit is contained in:
@@ -3494,6 +3494,7 @@ sub find {
|
||||
my $ms = $self->{MasterSlave};
|
||||
|
||||
my @matches;
|
||||
$self->{_reasons_for_matching} = undef;
|
||||
QUERY:
|
||||
foreach my $query ( @$proclist ) {
|
||||
PTDEBUG && _d('Checking query', Dumper($query));
|
||||
|
||||
Reference in New Issue
Block a user