This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a55720
)
NO C99 comments, please!
author
H.Merijn Brand
<h.m.brand@xs4all.nl>
Thu, 14 Nov 2013 11:53:03 +0000
(12:53 +0100)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Thu, 14 Nov 2013 11:53:03 +0000
(12:53 +0100)
cpan/DB_File/DB_File.xs
patch
|
blob
|
blame
|
history
diff --git
a/cpan/DB_File/DB_File.xs
b/cpan/DB_File/DB_File.xs
index
83ba736
..
679c416
100644
(file)
--- a/
cpan/DB_File/DB_File.xs
+++ b/
cpan/DB_File/DB_File.xs
@@
-1498,7
+1498,7
@@
SV * sv ;
if (status)
{
- db_close(RETVAL); /
/ close **dbp handle to prevent mem.leak
+ db_close(RETVAL); /
* close **dbp handle to prevent mem.leak */
RETVAL->dbp = NULL ;
}