Merge branch 'bug_9105' into 3.12-master
This commit is contained in:
commit
840a907b86
1 changed files with 6 additions and 0 deletions
|
@ -412,6 +412,12 @@ sub Z3950Search {
|
|||
);
|
||||
} # while nremaining
|
||||
|
||||
#close result sets and connections
|
||||
foreach(0..$s-1) {
|
||||
$oResult[$_]->destroy();
|
||||
$oConnection[$_]->destroy();
|
||||
}
|
||||
|
||||
my @servers = ();
|
||||
foreach my $id (@id) {
|
||||
push @servers, {id => $id};
|
||||
|
|
Loading…
Reference in a new issue