VirtualBox

Changeset 100870 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Aug 14, 2023 12:51:17 PM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158785
Message:

Devices/DrvIntNet,NetworkServices/VBoxIntNetSwitch: Plug a few memory leaks, ticketref:21752

File:
1 edited

Legend:

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

    r98103 r100870  
    249249        xpc_dictionary_set_data(hObj, "req", pvArg, cbArg);
    250250        xpc_object_t hObjReply = xpc_connection_send_message_with_reply_sync(pThis->hXpcCon, hObj);
     251        xpc_release(hObj);
     252
    251253        uint64_t u64Rc = xpc_dictionary_get_uint64(hObjReply, "rc");
    252254        if (INTNET_R3_SVC_IS_VALID_RC(u64Rc))
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