Wireshark-commits: [Wireshark-commits] master 2ee62c5: wslua: avoid memleak on duplicate names for

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 31 Mar 2016 20:39:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2ee62c55e716a6bec99f642318d86ba81b7daef1
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2ee62c5 by Peter Wu (peter@xxxxxxxxxxxxx):

    wslua: avoid memleak on duplicate names for Proto.new
    
    luaL_error never returns, free memory before.
    
    Change-Id: Ibcdbdb6afea5d2dab7be6a16c4c2536dcf14220a
    Reviewed-on: https://code.wireshark.org/review/14734
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  a5b8439   dtls: Fix ClientCertificateVerify dissection
    adds  2ee62c5   wslua: avoid memleak on duplicate names for Proto.new


Summary of changes:
 epan/wslua/wslua_proto.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)