diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-11-20 09:03:26 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-01-13 09:58:33 -0700 |
commit | 823d1b2e8a5654f6434160200f9ef76d4b64c350 (patch) | |
tree | 665c8da9b012895feb6bb6c15d4dd6856911a351 /embed.fnc | |
parent | b0e3252edb68bc2dd1e28347ff032f53358df3ce (diff) | |
download | perl-823d1b2e8a5654f6434160200f9ef76d4b64c350.tar.gz |
embed.fnc: swash_init() return value should not be ignored
Otherwise can have memory leaks
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1354,7 +1354,7 @@ Apd |void |sv_vsetpvfn |NN SV *const sv|NN const char *const pat|const STRLEN pa |NULLOK va_list *const args|NULLOK SV **const svargs \ |const I32 svmax|NULLOK bool *const maybe_tainted ApR |NV |str_to_version |NN SV *sv -Ap |SV* |swash_init |NN const char* pkg|NN const char* name|NN SV* listsv|I32 minbits|I32 none +ApR |SV* |swash_init |NN const char* pkg|NN const char* name|NN SV* listsv|I32 minbits|I32 none Ap |UV |swash_fetch |NN SV *swash|NN const U8 *ptr|bool do_utf8 #ifdef PERL_IN_REGCOMP_C EiMR |SV* |add_cp_to_invlist |NULLOK SV* invlist|const UV cp |