From 1b7c306550e17237aec242cbef7ad7c3fdbd16f5 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Thu, 14 Nov 2013 12:53:03 +0100 Subject: [PATCH] NO C99 comments, please! --- cpan/DB_File/DB_File.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpan/DB_File/DB_File.xs b/cpan/DB_File/DB_File.xs index 83ba736..679c416 100644 --- 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 ; } -- 2.7.4