VirtualBox

Changeset 52237 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jul 30, 2014 3:01:30 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95313
Message:

Main/DisplayImpl: don't attempt to free this command buffer as the buffer is static

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r52200 r52237  
    37593759                        pData->aParms[0].u.pointer.addr = &pDisplay->mCrOglScreenshotData;
    37603760                        pData->aParms[0].u.pointer.size = sizeof(pDisplay->mCrOglScreenshotData);
    3761                         rc = pDisplay->i_crCtlSubmit(&pData->Hdr, sizeof(*pData), i_displayCrCmdFree, pData);
     3761                        rc = pDisplay->i_crCtlSubmit(&pData->Hdr, sizeof(*pData), NULL, NULL);
    37623762                        if (!RT_SUCCESS(rc))
    37633763                            AssertMsgFailed(("crCtlSubmit failed rc %d\n", rc));
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