VirtualBox

Changeset 102797 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Jan 9, 2024 3:01:16 PM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160978
Message:

Devices/DrvIntNet,NetworkServices/{VBoxIntNetSwitch,IntNetIf}: Plug a
few more memory leaks in VBoxIntNetSwitch which affect macOS hosts
configured to use 'Internal Networking'. ticketref:21752

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvIntNet.cpp

    r100870 r102797  
    323323        xpc_dictionary_set_data(hObj, "req", &GetBufferPtrsReq, sizeof(GetBufferPtrsReq));
    324324        xpc_object_t hObjReply = xpc_connection_send_message_with_reply_sync(pThis->hXpcCon, hObj);
     325        xpc_release(hObj);
     326
    325327        uint64_t u64Rc = xpc_dictionary_get_uint64(hObjReply, "rc");
    326328        if (INTNET_R3_SVC_IS_VALID_RC(u64Rc))
Note: See TracChangeset for help on using the changeset viewer.

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