'Win32' =>
{
'MAINTAINER' => 'jand',
- 'DISTRIBUTION' => "JDB/Win32-0.43.tar.gz",
+ 'DISTRIBUTION' => "JDB/Win32-0.44.tar.gz",
'FILES' => q[cpan/Win32],
'UPSTREAM' => 'cpan',
},
Revision history for the Perl extension Win32.\r
\r
+0.44 [2011-01-12]\r
+ - fix memory leak introduced in 0.43\r
+\r
0.43 [2011-01-12]\r
- fix a few potential buffer overrun bugs reported by Alex Davies.\r
[perl#78710]\r
require DynaLoader;\r
\r
@ISA = qw|Exporter DynaLoader|;\r
- $VERSION = '0.43';\r
+ $VERSION = '0.44';\r
$XS_VERSION = $VERSION;\r
$VERSION = eval $VERSION;\r
\r
wcscpy(wide_path, wstr);\r
long_path = my_longpathW(wide_path);\r
if (long_path) {\r
+ Safefree(wstr);\r
ST(0) = wstr_to_sv(aTHX_ long_path);\r
XSRETURN(1);\r
}\r