PATCH: memory leak introduced in 5.12.0
authorKarl Williamson <khw@khw-desktop.(none)>
Fri, 16 Apr 2010 03:32:27 +0000 (21:32 -0600)
committerRafael Garcia-Suarez <rgs@consttype.org>
Sun, 25 Apr 2010 14:31:21 +0000 (16:31 +0200)
commit6e1bad6cc227c8e8bc81402ccd56b118e265a861
tree129662b5977ce789c0379f47a643a6ae9751508d
parenta5ec937f8880d8e532d7ae121ac2dc6fc3e5fa9a
PATCH: memory leak introduced in 5.12.0

There is a small possibility of a memory leak in toke.c when there is a
deprecated character in the name in a \N{...} construct, and the Perl is
embedded or something like that so that memory isn't freed up when it
exits.  This patch avoids the creation of a new scalar, and gives a
better error message besides.
pod/perldiag.pod
toke.c