Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Net-Curl CPAN distribution.

Report information
The Basics
Id: 81053
Status: resolved
Priority: 0/
Queue: Net-Curl

People
Owner: stas [...] sysd.org
Requestors: stas [...] sysd.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.20
  • 0.21
  • 0.22
  • 0.23
  • 0.24
  • 0.25
Fixed in: (no value)



Subject: Leak responsible for the accumulation of unreferenced scalars
The leak occurs due to creation of an empty base object inside the XS code. I've provided the fix (complemented by a test), which also happens to solve the "Attempt to free unreferenced scalar: SV 0xdeadbeef during global destruction." issue. Please check out my pull request at GitHub: https://github.com/sparky/perl-Net-Curl/pull/1