Branch: refs/heads/master
Home: https://github.com/perl5-dbi/dbi
Commit: 15641290dcf4eb586f03860115dcc7309bc0af54
https://github.com/perl5-dbi/dbi/commit/15641290dcf4eb586f03860115dcc7309bc0af54
Author: Tim Bunce <[email protected]>
Date: 2016-04-22 (Fri, 22 Apr 2016)
Changed paths:
M Changes
Log Message:
-----------
Update Changes to reflect recent changes
Commit: 71802a1e9968c16d00c83b5431d349535abafe12
https://github.com/perl5-dbi/dbi/commit/71802a1e9968c16d00c83b5431d349535abafe12
Author: Tim Bunce <[email protected]>
Date: 2016-04-22 (Fri, 22 Apr 2016)
Changed paths:
M Changes
M DBI.xs
Log Message:
-----------
Fixed "panic: attempt to copy freed scalar" upon commit() or rollback()
Switched call_method("STORE", G_DISCARD); to use G_VOID.
Also switched two other call_method's (finish & DESTROY) from G_DISCARD to
G_VOID.
Compare: https://github.com/perl5-dbi/dbi/compare/3fe737da7227...71802a1e9968