Skip to content
  • rswindell's avatar
    Fix the message base corruption caused by previous committed changes to · a69c1669
    rswindell authored
    js_put_msg_header (MsgBase.put_msg_header) - we can't free the memory
    associated with 'gotten' msg header. Just use the header offset from the
    header retrieved via MsgBase.get_msg_header() - for fast lookup.
    Also fixed an innocuous extra increment of 'n' in argv/argc loop.
    a69c1669