This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11c06db
)
Re: Latest tarball doesn't build with threads
author
Nick Ing-Simmons
<nik@tiuk.ti.com>
Thu, 21 Dec 2000 09:38:18 +0000
(09:38 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 21 Dec 2000 14:39:12 +0000
(14:39 +0000)
Message-Id: <
200012210938
.JAA29043@mikado.tiuk.ti.com>
The ofs became an SV.
p4raw-id: //depot/perl@8217
ext/Thread/Thread.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/Thread/Thread.xs
b/ext/Thread/Thread.xs
index
07befed
..
c117c60
100644
(file)
--- a/
ext/Thread/Thread.xs
+++ b/
ext/Thread/Thread.xs
@@
-175,7
+175,7
@@
threadstart(void *arg)
Safefree(PL_savestack);
Safefree(PL_retstack);
Safefree(PL_tmps_stack);
- S
afefree(PL_ofs
);
+ S
vREFCNT_dec(PL_ofs_sv
);
SvREFCNT_dec(PL_rs);
SvREFCNT_dec(PL_nrs);