This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don’t leak when printf causes wide warnings
[perl5.git] / t / op / svleak.t
2012-11-02 Father ChrysostomosDon’t leak when printf causes wide warnings
2012-11-02 Father ChrysostomosDon’t leak when printfing to bad handle under fatal...
2012-11-02 Father ChrysostomosDon’t leak when pushing on to read-only array
2012-11-02 Father ChrysostomosStop run-time regexp blocks from leaking regexps
2012-11-02 Father ChrysostomosStop / $looks_like_block/ from leaking
2012-10-26 Father Chrysostomos[perl #115440] Fix various leaks with fatal FETCH
2012-10-26 Ruslan Zakirovtest memory leaks around magic get dieing
2012-09-24 Father Chrysostomos[perl #107000] Don’t leak if hh copying dies
2012-09-23 Father ChrysostomosStop array assignment from leaking on croak
2012-09-23 Father ChrysostomosStop hash assignment from leaking on croak
2012-09-23 Father ChrysostomosFree iterator when freeing tied hash
2012-09-20 Father Chrysostomos[perl #114764] Stop my vars with attrs from leaking
2012-08-31 Tony Cookcorrect -Dmad skip count for tests introduced in 2d85e4...
2012-08-28 Father ChrysostomosStop invalid y/// ranges from leaking
2012-08-28 Father ChrysostomosStop unterminated here-docs from leaking memory
2012-08-12 David Mitchellskip failing leak test under -Dmad
2012-08-01 David Mitchellstop /$unchanging/ leaking
2012-02-04 Father Chrysostomos[perl #109762] Stop !$^V from leaking
2011-12-13 Johannes PlunienAdd testcase for #78266.
2010-10-31 David MitchellRT 72246: rcatline memory leak on bad $/
2010-10-26 Tony Cookdetect the failure introduced in 304474c3 and fixed...
2010-10-04 David Mitchellstop map,grep leaking temps [perl #48004]
2010-05-03 David Mitchelltries: don't allocate memory at runtime
2010-04-21 David Mitchelladd TODO test for #74484 trie leak
2010-04-11 David MitchellRT 8857: premature free in local of tied element
2010-04-11 David Mitchellcreate SV leak test infrastructure