This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: May want to use savesharedpv on threaded Win32
authorKarl Williamson <public@khwilliamson.com>
Tue, 3 Dec 2013 04:46:37 +0000 (21:46 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 3 Dec 2013 17:05:23 +0000 (10:05 -0700)
commit0358c255174b7f6c26a079baa5044df321529a6e
tree7ff0f6a347a7bdcf7abe5faeeef349731c72d0a2
parentcfe9d637d2e0b4dba3963f2628e2893126c514e3
perlapi: May want to use savesharedpv on threaded Win32

Adds a note to savepv (and similar) that on threaded Windows
that you may need to use the saveshared version because the memory is
deallocated when the thread ends.
util.c