Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
0e93b872
Commit
0e93b872
authored
May 29, 2007
by
Ian Longden
Browse files
finish sth after use
parent
dfcd4545
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
+2
-0
No files found.
modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
View file @
0e93b872
...
...
@@ -728,8 +728,10 @@ sub is_toplevel{
my
$code
=
undef
;
$sth
->
bind_columns
(
\
$code
);
while
(
$sth
->
fetch
){
$sth
->
finish
;
return
1
;
}
$sth
->
finish
;
return
0
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment