Fix memory leak in // caused by single-char character class
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Sat, 18 Oct 2008 18:11:57 +0000 (18:11 +0000)
committerMarcus Holland-Moritz <mhx-perl@gmx.net>
Sat, 18 Oct 2008 18:11:57 +0000 (18:11 +0000)
commitb023a8eeff463528d4a2b46396f79056c0ef9677
treebeb4cb6bd75456bdb5f3b3b3934710b5480fea1f
parenta954f6ee3112c0edfbc59783d1b424d995122784
Fix memory leak in // caused by single-char character class
optimization. This was most probably introduced with #28262.
This change fixes perl #59516.

p4raw-id: //depot/perl@34507
regcomp.c