Stop the glob operator from leaking GVs
authorFather Chrysostomos <sprout@cpan.org>
Mon, 5 Nov 2012 04:18:51 +0000 (20:18 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 5 Nov 2012 06:45:36 +0000 (22:45 -0800)
commite88567f2acf38fe5ed90a88569b808e82cd3eca1
tree4ea31d2a8742f3d0c2f2c6f6faab49656e6a0fee
parentcde09e54e174bfb2c14965683e3943188b392267
Stop the glob operator from leaking GVs

It was adding GVs to the symbol table (via newGVgen), so they
would never be freed, even after the op was freed, unless done so
explicitly.

There is no reason for these GVs to be exposed.
op.c
t/op/svleak.t