VirtualBox

Changeset 22505 in vbox for trunk


Ignore:
Timestamp:
Aug 27, 2009 10:31:16 AM (15 years ago)
Author:
vboxsync
Message:

NAT: missed m_free

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp.c

    r22501 r22505  
    13811381            struct arp_cache_entry *ac = NULL;
    13821382            if (slirp_update_arp_cache(pData, ah->ar_sip, ah->ar_sha) == 0)
     1383            {
     1384                m_free(pData, m);
    13831385                break;
     1386            }
    13841387            ac = RTMemAllocZ(sizeof(struct arp_cache_entry));
    13851388            if (ac == NULL)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette