VirtualBox

Changeset 57542 in vbox


Ignore:
Timestamp:
Aug 26, 2015 8:42:32 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102354
Message:

SharedOpenGL: Missed the realloc case

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/mem.c

    r57541 r57542  
    110110        else
    111111        {
     112#ifdef VBOX
     113                *ptr = RTMemRealloc( *ptr, nbytes );
     114#else
    112115                *ptr = realloc( *ptr, nbytes );
     116#endif
    113117                if (*ptr == NULL)
    114118                        crError( "Couldn't realloc %d bytes!", nbytes );
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